We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94c79f commit 37add42Copy full SHA for 37add42
2 files changed
web/client/components/styleeditor/mode/geocss.js
@@ -462,6 +462,9 @@ module.exports = (CodeMirror) => {
462
"raster-geometry": true,
463
"raster-opacity": true,
464
"raster-contrast-enhancement": true,
465
+ "raster-contrast-enhancement-algorithm": true,
466
+ "raster-contrast-enhancement-min": true,
467
+ "raster-contrast-enhancement-max": true,
468
"raster-gamma": true,
469
"raster-z-index": true,
470
"raster-color-map": true,
web/client/epics/styleeditor.js
@@ -326,7 +326,7 @@ module.exports = {
326
init: action.init
327
})
328
],
329
- [
+ status === 'edit' ? [] : [
330
error({
331
title: "styleeditor.updateTmpErrorTitle",
332
message: "styleeditor.updateTmpStyleErrorMessage",
0 commit comments