From 6c3a27886a0f5b4a466b572d12e4fe34a595dc29 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 13 Mar 2024 17:23:52 +1300 Subject: [PATCH] adjust zoom --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index cf3cd9f..a8cfc30 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -256,7 +256,7 @@ }).setView([ -15, 150, - ], 3); + ], 2); // remove leaflet link map.attributionControl.setPrefix('');