From 254112ee67b1815eedaa097aa972e363940d233a Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 11 Oct 2024 15:52:31 +0200 Subject: [PATCH] tweak map --- src/map/map.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/map/map.js b/src/map/map.js index 51ebff9..8e59d38 100644 --- a/src/map/map.js +++ b/src/map/map.js @@ -11,7 +11,8 @@ L.Icon.Default.mergeOptions({ var map = L.map('map', { minZoom: 5, - maxZoom: 10 + maxZoom: 7, + worldCopyJump: true }).setView([50,18], 5); L.tileLayer('https://tforwarder.b-cdn.net/spinal-map/{z}/{x}/{y}.png?apikey={apikey}', {