Skip to content

Commit cdc3d97

Browse files
author
perliedman
committed
Update example to Leaflet 0.7.5
1 parent e2797a5 commit cdc3d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="utf-8" />
55
<title>Leaflet OSRM Example</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7-
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
7+
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" />
88
<link rel="stylesheet" href="../css/leaflet-routing-machine.css" />
99
<link rel="stylesheet" href="index.css" />
1010
</head>
1111
<body>
1212
<div id="map" class="map"></div>
13-
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
13+
<script src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
1414
<script src="../dist/leaflet-routing-machine.js"></script>
1515
<script src="Control.Geocoder.js"></script>
1616
<script src="index.js"></script>

0 commit comments

Comments
 (0)