From 405afab097afd9d1184b48b6f1c091e475b85cb5 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Thu, 20 Jun 2024 13:15:17 +0200 Subject: [PATCH] feat: Move grey label to end of legend box --- mapfile/template.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mapfile/template.j2 b/mapfile/template.j2 index aa3fa4e..8de71e0 100644 --- a/mapfile/template.j2 +++ b/mapfile/template.j2 @@ -119,11 +119,6 @@ LAYER { \"isWarningStatus\": true, \"legendItems\": [ - { - \"classification\": 0, - \"legendLabel\": \"{{ language.after_season }}\", - \"legendIconCSS\": \"width: 25px; background-color: #B0B0B0;\" - }, { \"classification\": 2, \"legendLabel\": \"{{ language.low_risk }}\", @@ -133,6 +128,11 @@ LAYER \"classification\": 4, \"legendLabel\": \"{{ language.high_risk }}\", \"legendIconCSS\": \"width: 25px; background-color: #d92550;\" + }, + { + \"classification\": 0, + \"legendLabel\": \"{{ language.after_season }}\", + \"legendIconCSS\": \"width: 25px; background-color: #B0B0B0;\" } ] } -- GitLab