Skip to content

Commit

Permalink
Leaflet version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez committed Oct 23, 2015
1 parent c3bc8a5 commit 1da8dd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,7 @@
# Leaflet.Polyline.SnakeAnim


A plugin for LeafletJS to make polylines animate into existence.
A plugin for [LeafletJS](http://www.leafletjs.com) to make polylines animate into existence.


![Screencapture GIF](demo.gif)
Expand All @@ -13,6 +13,7 @@ Also works on layer groups:

![Screencapture GIF](demo-group.gif)

Works only with Leaflet 1.0.0-beta2 or higher. Does **not** work with Leaflet 0.7.x.

### API

Expand Down
7 changes: 5 additions & 2 deletions bower.json
Expand Up @@ -5,7 +5,7 @@
"Iván Sánchez Ortega <ivan@mazemap.no>"
],
"description": "Animates polylines into existence in Leaflet maps",
"main": "L.Polyline.SnakeAnim",
"main": "L.Polyline.SnakeAnim.js",
"moduleType": [],
"keywords": [
"leaflet",
Expand All @@ -21,5 +21,8 @@
"tests",
"demo*",
"route.js"
]
],
"resolutions": {
"leaflet": "^1.0.0-beta.2"
}
}

0 comments on commit 1da8dd4

Please sign in to comment.