Leaflet.Editable
Leaflet.Editable copied to clipboard
Make geometries editable in Leaflet.
I have created polygon with dragging disabled but when I enableEdit on polygon it also enable the draggable option for polygon. Is there any method or bug fixed to solve...
Hello. There seems to be a few issues and PRs on this repo and not much activity on it. Are you looking for another maintainer/helper? If so, I don't mind...
Replacement of #180 using specific branch instead of master Add CircleMarkerEditor for editable CircleMarkers based off the current MarkerEditor. I haven't update the example files - not sure if you...
When resizing circle on a map with the option: crs: L.CRS.Simple the circle radius is invalid * Repro link: https://codepen.io/socolin/pen/qBBrzMO * Fixed version: https://codepen.io/socolin/pen/xxxqoyb The problem seems to be from...
Hello! Test-case: 1) Open the [demo UI](http://Leaflet.github.io/Leaflet.Editable/example/index.html). Zoom out for 7-8 times. 2) Draw complex polygon with many nearby points. Something like this:  3) Zoom out a few times...
So the issue I have encountered is that after dragging the vertex of any shape and releasing the vertex the map fires a click event, but it only happens if...
It seems like editable layers are no longer draggable after being toggled by Layers Control or by other means. To demonstrate the issue, I modified ([diff](https://github.com/danmichaelo/Leaflet.Editable/commit/c983c14ba60b9a503bc8a65f2773f8df1bf7b824)) the basic example by...
How to connect plugins to a component Vue. I tried through loading the script - it doesn't work. I would appreciate your help. https://codesandbox.io/embed/busy-gagarin-6od2q?fontsize=14&hidenavigation=1&theme=dark
Hi I am trying to update a rectangle on vertex drag and when using setBounds it returns the error: `TypeError: latlngs[i].__vertex is undefined` I have tried passing in the bounds...
Would be helpful to be able to cancel a drag event and snap the vertex back to its location before the drag started.