update to Leaflet 0.7.2

This commit is contained in:
Norbert Renner 2014-02-01 18:46:20 +01:00
parent c724173b41
commit 75051d7d6c

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>BRouter desktop web client</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<link rel="stylesheet" href="http://leaflet.github.io/Leaflet.draw/leaflet.draw.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="leaflet.draw.ie.css" />
@ -58,7 +58,7 @@
</table>
</div>
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet-src.js"></script>
<script src="http://leaflet.github.io/Leaflet.draw/leaflet.draw-src.js"></script>
<script src="bower_components/leaflet-gpx/gpx.js"></script>