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

feat: First attempt of smaller temperature range

IDEC-462
parent b8843d07
Branches
No related tags found
No related merge requests found
......@@ -200,9 +200,9 @@ LAYER
CLASSITEM "[pixel]"
CLASS
NAME "Temperature range"
EXPRESSION ([pixel] >= -40 AND [pixel] <= 40)
EXPRESSION ([pixel] >= 10 AND [pixel] <= 25)
STYLE
DATARANGE -40 40
DATARANGE 10 25
COLORRANGE 255 255 0 0 0 255
END
END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment