Actualizar 'mapero.php' #239

Merged
kleper merged 1 commits from kleper-patch-1 into master 2020-04-29 09:02:46 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -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(<?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);