Skip to content

Commit

Permalink
Update leaflet in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 13, 2018
1 parent a168a1d commit 059665f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

A useful control to geolocate the user with many options. Official [Leaflet](http://leafletjs.com/plugins.html#geolocation) and [MapBox plugin](https://www.mapbox.com/mapbox.js/example/v1.0.0/leaflet-locatecontrol/).

Tested with [Leaflet](http://leafletjs.com/) 1.2 in Firefox, Chrome, and Safari. Tested with [Font Awesome](https://fortawesome.github.io/Font-Awesome/) 4.7.
Tested with [Leaflet](http://leafletjs.com/) 1.3 in Firefox, Chrome, and Safari. Tested with [Font Awesome](https://fortawesome.github.io/Font-Awesome/) 4.7.

Please check for [breaking changes in the changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md).

Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Expand Up @@ -5,7 +5,7 @@
<meta content="width=device-width,initial-scale=1.0" name="viewport" />

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" />
<link rel="stylesheet" href="../dist/L.Control.Locate.min.css" />

<style type="text/css">
Expand All @@ -27,7 +27,7 @@

<a href="https://github.com/domoritz/leaflet-locatecontrol"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>

<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet-src.js"></script>
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet-src.js"></script>
<script src="../src/L.Control.Locate.js" ></script>
<script src="script.js"></script>
</body>
Expand Down

0 comments on commit 059665f

Please sign in to comment.