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
END
CLASSITEM "[pixel]"
CLASS
NAME "Below 10"
EXPRESSION ([pixel] < 10)
NAME "Below 12"
EXPRESSION ([pixel] < 12)
STYLE
COLOR 0 0 255 # RGB for blue
END
END
CLASS
NAME "Temperature range"
EXPRESSION ([pixel] >= 10 AND [pixel] <= 25)
EXPRESSION ([pixel] >= 12 AND [pixel] <= 22)
STYLE
DATARANGE 10 25
DATARANGE 12 22
COLORRANGE 0 0 255 255 0 0
END
END
CLASS
NAME "Above 25"
EXPRESSION ([pixel] > 25)
NAME "Above 22"
EXPRESSION ([pixel] > 22)
STYLE
COLOR 255 0 0 # RGB for red
END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment