Skip to content

Commit

Permalink
update readme with draw:edit properties table
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kelly committed Feb 26, 2013
1 parent e881349 commit f22edbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,12 @@ map.on('draw:created', function (e) {

#### draw:edited

| Property | Type | Description
| --- | --- | ---
| layers | [LayerGroup](http://leafletjs.com/reference.html#layergroup) | List of all layers just removed from the map.

Triggered when layers in the FeatureGroup, that the plugin was initialized with, have been edited and saved.

````js
map.on('draw:edited', function (e) {
var layers = e.layers;
Expand Down

0 comments on commit f22edbd

Please sign in to comment.