Merge pull request 'Actualizar 'mapero.php'' (#239) from kleper-patch-1 into master

This commit is contained in:
kleper 2020-04-29 04:02:46 -05:00
commit 85ff8cef64
1 changed files with 2 additions and 1 deletions

View File

@ -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(<?php echo $proveedor; ?>, {
maxZoom: 19,
minZoom: 3,
maxZoom: 19,
attribution: "Map data &copy; OpenStreetMap contributors <a href='https://tupale.co'>Powered by Tupale.co</a>"
}).addTo(map);