diff --git a/src/main/webapp/map_applications/fireblight/js/map.js b/src/main/webapp/map_applications/fireblight/js/map.js
index 4d4eb1462a7fe3e9179a1d9309c927fc9459e81d..8be260f7e1a1ed089b63ecc4c81695f7ab51165e 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")
         });