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

feat: Move grey label to end of legend box

parent 7723227c
No related branches found
No related tags found
No related merge requests found
Pipeline #4056 passed
...@@ -119,11 +119,6 @@ LAYER ...@@ -119,11 +119,6 @@ LAYER
{ {
\"isWarningStatus\": true, \"isWarningStatus\": true,
\"legendItems\": [ \"legendItems\": [
{
\"classification\": 0,
\"legendLabel\": \"{{ language.after_season }}\",
\"legendIconCSS\": \"width: 25px; background-color: #B0B0B0;\"
},
{ {
\"classification\": 2, \"classification\": 2,
\"legendLabel\": \"{{ language.low_risk }}\", \"legendLabel\": \"{{ language.low_risk }}\",
...@@ -133,6 +128,11 @@ LAYER ...@@ -133,6 +128,11 @@ LAYER
\"classification\": 4, \"classification\": 4,
\"legendLabel\": \"{{ language.high_risk }}\", \"legendLabel\": \"{{ language.high_risk }}\",
\"legendIconCSS\": \"width: 25px; background-color: #d92550;\" \"legendIconCSS\": \"width: 25px; background-color: #d92550;\"
},
{
\"classification\": 0,
\"legendLabel\": \"{{ language.after_season }}\",
\"legendIconCSS\": \"width: 25px; background-color: #B0B0B0;\"
} }
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment