diff --git a/mapfile/template.j2 b/mapfile/template.j2
index aa3fa4e23ade7d6c6f10d7218269f26e4b624ca7..8de71e0b30efb6c0a68cdc885b2adb879084f893 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;\"
           }
         ]
       }