diff --git a/templates/map.html b/templates/map.html index d4e40e8..447eaad 100644 --- a/templates/map.html +++ b/templates/map.html @@ -85,8 +85,8 @@ L.tileLayer( { attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', - maxZoom: 3, - minZoom: 100, + maxZoom: 100, + minZoom: 2, id: "mapbox/streets-v11", tileSize: 512, zoomOffset: -1,