Skip to content
Snippets Groups Projects
Commit 6a44d887 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Change legend "no inf. risk" -> "low inf. risk"

parent 67a234c8
No related branches found
No related tags found
1 merge request!4Revised thresholds
...@@ -113,7 +113,7 @@ LAYER ...@@ -113,7 +113,7 @@ LAYER
\"legendItems\": [ \"legendItems\": [
{ {
\"classification\": 2, \"classification\": 2,
\"legendLabel\": \"{{ language.no_risk }}\", \"legendLabel\": \"{{ language.low_risk }}\",
\"legendIconCSS\": \"width: 25px; background-color: #3ac47d;\" \"legendIconCSS\": \"width: 25px; background-color: #3ac47d;\"
}, },
{ {
...@@ -136,7 +136,7 @@ LAYER ...@@ -136,7 +136,7 @@ LAYER
# class using simple string comparison, equivalent to ([pixel] = 0) # class using simple string comparison, equivalent to ([pixel] = 0)
CLASS CLASS
NAME "No infection risk" NAME "Low infection risk"
EXPRESSION ([pixel] >= 2 AND [pixel] < 3) EXPRESSION ([pixel] >= 2 AND [pixel] < 3)
STYLE STYLE
COLOR 58 196 125 COLOR 58 196 125
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment