Skip to content

Commit

Permalink
updated leaflet version in demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Aug 27, 2016
1 parent ad1c39e commit fa341d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head lang="en">
<meta charset="UTF-8">
<title>Leaflet Basemaps Control</title>
<link rel="stylesheet" href="//cdn.leafletjs.com/leaflet/v1.0.0-rc.1/leaflet.css" />
<link rel="stylesheet" href="//cdn.leafletjs.com/leaflet/v1.0.0-rc.3/leaflet.css" />
<link rel="stylesheet" href="L.Control.Basemaps.css" />
</head>
<body>
<script src="//cdn.leafletjs.com/leaflet/v1.0.0-rc.1/leaflet.js"></script>
<script src="//cdn.leafletjs.com/leaflet/v1.0.0-rc.3/leaflet.js"></script>
<script src="L.Control.Basemaps.js"></script>
<div id="map" style="position: absolute; top: 0; left:0; bottom:0; right: 0;"></div>

Expand Down

0 comments on commit fa341d8

Please sign in to comment.