From ef1aa91d677664ec4a6ea5de4f268fa4da35a4e2 Mon Sep 17 00:00:00 2001 From: Tilen Komel Date: Thu, 29 Aug 2024 16:02:36 +0200 Subject: [PATCH] Center map on first load to slovenia --- app/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/index.html b/app/public/index.html index ed98901..de0936c 100644 --- a/app/public/index.html +++ b/app/public/index.html @@ -4007,7 +4007,7 @@

// create map positioned over AU and NZ var map = L.map("map", { maxBounds: bounds, - }).setView([-15, 150], 2); + }).setView([46, 375], 8); // remove leaflet link map.attributionControl.setPrefix("");