From 55c7a450605ab596ff75bb3e7a94937aed93212a Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Wed, 5 Mar 2025 00:10:56 +0100 Subject: [PATCH] Default to zoom over Stockholm --- src/public/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 6f1fee5..3320a54 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2598,13 +2598,13 @@ [100, 500], // bottom right ]; - // create map positioned over AU and NZ + // create map positioned over Stockholm var map = L.map('map', { maxBounds: bounds, }).setView([ - -15, - 150, - ], 2); + 59.3, + 378.1, + ], 10); // remove leaflet link map.attributionControl.setPrefix('');