Skip to content
Snippets Groups Projects
Commit 600b872d authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Change range to 12-22

parent dea0b74e
No related branches found
No related tags found
No related merge requests found
Pipeline #3768 passed
...@@ -194,23 +194,23 @@ LAYER ...@@ -194,23 +194,23 @@ LAYER
END END
CLASSITEM "[pixel]" CLASSITEM "[pixel]"
CLASS CLASS
NAME "Below 10" NAME "Below 12"
EXPRESSION ([pixel] < 10) EXPRESSION ([pixel] < 12)
STYLE STYLE
COLOR 0 0 255 # RGB for blue COLOR 0 0 255 # RGB for blue
END END
END END
CLASS CLASS
NAME "Temperature range" NAME "Temperature range"
EXPRESSION ([pixel] >= 10 AND [pixel] <= 25) EXPRESSION ([pixel] >= 12 AND [pixel] <= 22)
STYLE STYLE
DATARANGE 10 25 DATARANGE 12 22
COLORRANGE 0 0 255 255 0 0 COLORRANGE 0 0 255 255 0 0
END END
END END
CLASS CLASS
NAME "Above 25" NAME "Above 22"
EXPRESSION ([pixel] > 25) EXPRESSION ([pixel] > 22)
STYLE STYLE
COLOR 255 0 0 # RGB for red COLOR 255 0 0 # RGB for red
END END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment