diff --git a/mapero.php b/mapero.php index ffd1e11..764e931 100644 --- a/mapero.php +++ b/mapero.php @@ -339,7 +339,8 @@ if (is_readable($geojson_generado) && $cadena_busqueda=="") { // 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);