Skip to content

Commit

Permalink
Update leaflet.editable version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeregaMatin committed Sep 14, 2017
1 parent 22db740 commit 741f742
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Leaflet-Measure-Editable
# Leaflet.Editable.Measures
Classes for measure markers, circles, rectangles, polylines, polygon based on
* [Leaflet#1.2.0](http://leafletjs.com/reference-1.2.0.html)
* [Leaflet.Editable#master](https://github.com/Leaflet/Leaflet.Editable)
* [Leaflet.Editable#1.1.0](https://github.com/Leaflet/Leaflet.Editable)


## API
Leaflet-Editable-Measures is made to be fully extendable. You have three ways to customize
the behaviour: using options, listening to events, or extending.

### L.Map

Leaflet-Editable-Measures add events to the `L.Map` object.
Leaflet.Editable.Measures add events to the `L.Map` object.

When an event occurs the called function takes a parameter that contains the following properties:
* e - original event;
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
],
"dependencies": {
"leaflet": "1.2.0",
"leaflet.editable": "master"
"leaflet.editable": "1.1.0"
}
}
}

0 comments on commit 741f742

Please sign in to comment.