1
0
Fork 0

Correcion tiles en https en Mapero.php

This commit is contained in:
fredyrivera 2017-05-02 12:44:44 -05:00
parent 7d095d7668
commit 45b6b3bad9
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ $leyenda ="<div id='div_leyenda'><a class='btn btn-default btn-xs' onclick=xaja
var tiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
attribution: '&copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
}),
latlng = L.latLng(4, -74.9005222);