File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 12
12
<!-- Google WebFonts -->
13
13
< link href ='http://fonts.googleapis.com/css?family=Dancing+Script:700 ' rel ='stylesheet ' type ='text/css '>
14
14
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 " />
20
16
< link rel ="stylesheet " href ="style.css " />
21
17
22
18
<!-- make legacy Internet Explorer play nice(r) -->
@@ -40,7 +36,7 @@ <h2 id="site-description">AnimatedMarker</h2>
40
36
< button id ="start "> Start Animation</ button >
41
37
42
38
< 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 >
44
40
< script src ="../src/AnimatedMarker.js "> </ script >
45
41
< script src ="demo.js "> </ script >
46
42
</ body >
You can’t perform that action at this time.
0 commit comments