1
0
Fork 0

Merge pull request #25 from kleper/patch-15

Update mapa.php
This commit is contained in:
humano 2015-07-10 07:51:16 -05:00
commit 0bd8a40e6e
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
<meta charset=utf-8 />
<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>
body { margin:0; padding:0; }
#map {width: 100%;height: 280px;}
@ -55,4 +55,4 @@ function ondragend() {
</body>
</html>
</html>