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);