diff --git a/mapero.php b/mapero.php index a392601..2baffe6 100644 --- a/mapero.php +++ b/mapero.php @@ -300,7 +300,8 @@ print $css_adicional; // L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { //L.tileLayer.provider('Stamen.Watercolor').addTo(map); L.tileLayer(, { - maxZoom: 19, + minZoom: 3, + maxZoom: 19, attribution: "Map data © OpenStreetMap contributors Powered by Tupale.co" }).addTo(map);