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

fix: Compare correctly for warning status

parent 416629e5
No related branches found
No related tags found
No related merge requests found
Pipeline #3794 passed
......@@ -140,14 +140,14 @@ LAYER
CLASS
NAME "Low infection risk"
EXPRESSION ([pixel] >= 0 AND [pixel] < 15)
EXPRESSION ([pixel] >= 0 AND [pixel] < 3)
STYLE
COLOR 58 196 125 # Green
END
END
CLASS
NAME "High infection risk"
EXPRESSION ([pixel] >= 15)
EXPRESSION ([pixel] >= 3)
STYLE
COLOR 217 37 80 # Red
END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment