From 5b69f9c5539a4315057a86bcf15f6afb3048ce97 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 11 Jun 2025 09:55:35 +0200
Subject: [PATCH] Update layer for fireblight zones from Mattilsynet

---
 src/main/webapp/map_applications/fireblight/js/map.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/map_applications/fireblight/js/map.js b/src/main/webapp/map_applications/fireblight/js/map.js
index 4d4eb146..8be260f7 100755
--- a/src/main/webapp/map_applications/fireblight/js/map.js
+++ b/src/main/webapp/map_applications/fireblight/js/map.js
@@ -209,7 +209,8 @@ async function initMap()
         // Get the zone map, produced by geomatikkseksjonen from information from Mattilsynet
         let zoneSource = new ol.source.ImageWMS({
             url: 'https://wms.nibio.no/cgi-bin/parebrann',
-            params: {"LAYERS": "parebrann"},
+            //params: {"LAYERS": "parebrann"},
+            params: {"LAYERS": "Parebrann_2025"},
             ratio: 1,
             projection: ol.proj.get("EPSG:25833")
         });
-- 
GitLab