Default to zoom over Stockholm

This commit is contained in:
Anton Roslund 2025-03-05 00:10:56 +01:00
parent 471d8dded6
commit 55c7a45060

View file

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