Skip to content

Commit ce7da00

Browse files
committed
Update leaflet version.
1 parent c4db622 commit ce7da00

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

example/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
<!-- Google WebFonts -->
1313
<link href='http://fonts.googleapis.com/css?family=Dancing+Script:700' rel='stylesheet' type='text/css'>
1414

15-
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.css" />
16-
<!--[if lte IE 8]>
17-
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.ie.css" />
18-
<![endif]-->
19-
15+
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.2/dist/leaflet.css" />
2016
<link rel="stylesheet" href="style.css" />
2117

2218
<!-- make legacy Internet Explorer play nice(r) -->
@@ -40,7 +36,7 @@ <h2 id="site-description">AnimatedMarker</h2>
4036
<button id="start">Start Animation</button>
4137

4238
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
43-
<script src="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet-src.js"></script>
39+
<script src="https://unpkg.com/leaflet@1.0.2/dist/leaflet.js"></script>
4440
<script src="../src/AnimatedMarker.js"></script>
4541
<script src="demo.js"></script>
4642
</body>

0 commit comments

Comments
 (0)