Leaflet / Leaflet.draw

Vector drawing and editing plugin for Leaflet
https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html
MIT License
1.96k stars 992 forks source link

Fix L.LeafletEvent Incorrect Return Key #985

Open gkeechin opened 4 years ago

gkeechin commented 4 years ago

Traditionally, all L.LeafletEvent returns layer(s) as an array - but has kept the name to e.layer. Save function appears to be the only degenerate case and breaks TypeScript checks for project that uses L.LeafletDraw Types.

Additionally, it homogenise the naming convention of such event returns.