From 3cc90e5b71d809a9ce5c1e5b73dbf6ad9c610b5f Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 11 Oct 2024 15:54:54 +0200 Subject: [PATCH] tweak more --- src/map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/map.js b/src/map/map.js index 8e59d38..6bba7bf 100644 --- a/src/map/map.js +++ b/src/map/map.js @@ -11,7 +11,7 @@ L.Icon.Default.mergeOptions({ var map = L.map('map', { minZoom: 5, - maxZoom: 7, + maxZoom: 8, worldCopyJump: true }).setView([50,18], 5);