Skip to content

Commit

Permalink
Upgrade Leaflet version from demo to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mabhub authored and fredericbonifas committed Mar 8, 2018
1 parent 075823d commit 8480000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Check out the [demo](http://makinacorpus.github.com/Leaflet.TextPath/) !
Leaflet versions
-----

The version on the `gh-pages` branch targets Leaflet 0.7.3.

Please use the `leaflet0.8-dev` branch to be compatible with the development version of Leaflet (0.8).
The version on the `gh-pages` branch targets Leaflet `1.3.1`.

Usage
-----
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<title>Leaflet.TextPath</title>

<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css" />

<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script src="https://unpkg.com/leaflet@1.3.1/dist/leaflet.js"></script>
<script src="leaflet.textpath.js"></script>
<style>
#map {
Expand Down

0 comments on commit 8480000

Please sign in to comment.