Skip to content

Commit

Permalink
Update leaflet version.
Browse files Browse the repository at this point in the history
  • Loading branch information
atogle committed Dec 20, 2016
1 parent c4db622 commit ce7da00
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
<!-- Google WebFonts -->
<link href='http://fonts.googleapis.com/css?family=Dancing+Script:700' rel='stylesheet' type='text/css'>

<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.ie.css" />
<![endif]-->

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="style.css" />

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

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet-src.js"></script>
<script src="https://unpkg.com/leaflet@1.0.2/dist/leaflet.js"></script>
<script src="../src/AnimatedMarker.js"></script>
<script src="demo.js"></script>
</body>
Expand Down

0 comments on commit ce7da00

Please sign in to comment.