Leaflet / Leaflet.Editable

Make geometries editable in Leaflet.
http://leaflet.github.io/Leaflet.Editable/doc/api.html
553 stars 198 forks source link

Events for L.Editable.MiddleMarker? #177

Open ThomasDaheim opened 5 years ago

ThomasDaheim commented 5 years ago

Hi,

I'm using Leaflet.Editable and I'm quite happy with it! Thanks a lot for this.

Recently, I've been adding listeners to various events. I have done so successfully for L.Editable.VertexMarker and have found that for L.Editable.MiddleMarker no events are sent (e.g. mouseover, mouseout, ...). Is there a compelling reason for that or has it simply not been implemented?

At first glance the code looks like it should be pretty straightforward to add that. But before trying to do so I would like to check :-)

Thomas