We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1c39e commit fa341d8Copy full SHA for fa341d8
index.html
@@ -3,11 +3,11 @@
3
<head lang="en">
4
<meta charset="UTF-8">
5
<title>Leaflet Basemaps Control</title>
6
- <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" />
7
<link rel="stylesheet" href="L.Control.Basemaps.css" />
8
</head>
9
<body>
10
- <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>
11
<script src="L.Control.Basemaps.js"></script>
12
<div id="map" style="position: absolute; top: 0; left:0; bottom:0; right: 0;"></div>
13
0 commit comments