forked from qwerty/tupali
Merge branch 'master' of https://code.tupale.co/qwerty/tupali
This commit is contained in:
commit
10271c02ce
@ -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);
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ $plantilla ="mapa";
|
|||||||
|
|
||||||
<link rel="stylesheet" href="librerias/leaflet/leaflet-search.css"/>
|
<link rel="stylesheet" href="librerias/leaflet/leaflet-search.css"/>
|
||||||
<script src="librerias/leaflet/leaflet.js"></script>
|
<script src="librerias/leaflet/leaflet.js"></script>
|
||||||
<script src="librerias/jquery/jquery-1.11.3.min.js"></script>
|
<script src="librerias/jquery/jquery-2.1.4.min.js"></script>
|
||||||
<script src="librerias/leaflet/leaflet-providers.js"></script>
|
<script src="librerias/leaflet/leaflet-providers.js"></script>
|
||||||
<script src="librerias/leaflet/leaflet-search.js"></script>
|
<script src="librerias/leaflet/leaflet-search.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="milfs/css/bootstrap.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="milfs/css/bootstrap.css">
|
||||||
@ -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