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('');