Update mapa.php
Cambio del llamado de la libreria de leafleft de https a https://cdn.leafletjs.com/leaflet-0.7/leaflet.js para dar soporte a instancias instaladas con https
This commit is contained in:
parent
cacb702209
commit
13bcd9c3b1
@ -4,9 +4,9 @@
|
|||||||
<meta charset=utf-8 />
|
<meta charset=utf-8 />
|
||||||
<title>Display latitude longitude on marker movement</title>
|
<title>Display latitude longitude on marker movement</title>
|
||||||
|
|
||||||
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
|
<script src="https://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
|
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
|
||||||
<style>
|
<style>
|
||||||
body { margin:0; padding:0; }
|
body { margin:0; padding:0; }
|
||||||
#map {width: 100%;height: 280px;}
|
#map {width: 100%;height: 280px;}
|
||||||
|
Loading…
Reference in New Issue
Block a user