Path.Drag.js
Path.Drag.js copied to clipboard
Using it with Leaflet.Draw
I am trying to implement this using Leaflet.Draw, but its not working totally correct.
I am moving the polygon to the left in this case, but the boundary markers are staying put. (marked them with grey color) When i press Save, only then they get updated, and are located to their new place when i edit the polygon again.
Have you ever tried it with Leaflet.Draw ?
Thanks
I fixed it by disabling editing handler when dragstart event if fired and enabling it after dragend.