forked from qwerty/tupali
HTTPS openstreetmap.org
This commit is contained in:
parent
bda95a11eb
commit
6dbe7a7dec
@ -327,9 +327,9 @@ $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', {
|
var tiles = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||||
maxZoom: 18,
|
maxZoom: 18,
|
||||||
attribution: '© <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
|
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||||
}),
|
}),
|
||||||
latlng = L.latLng(4, -74.9005222);
|
latlng = L.latLng(4, -74.9005222);
|
||||||
|
|
||||||
|
@ -278,9 +278,9 @@ $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', {
|
var tiles = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||||
maxZoom: 18,
|
maxZoom: 18,
|
||||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
attribution: '© <a href="https://openstretmap.org/copyright">OpenStreetMap</a> contributors'
|
||||||
}),
|
}),
|
||||||
latlng = L.latLng(4, -74.9005222);
|
latlng = L.latLng(4, -74.9005222);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user