Leaflet.draw icon indicating copy to clipboard operation
Leaflet.draw copied to clipboard

Vector drawing and editing plugin for Leaflet

Results 128 Leaflet.draw issues
Sort by recently updated
recently updated
newest added

I needed to skip first click event of drawing a rectangle, because i wanted to start drawing from the maps right click event. I added a "startDraw" function to Draw.Rectangle,...

The [RectangleOptions](https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html#rectangleoptions) documentation has "showRadius", when it belongs to CircleOptions and CircleOptions has nothing. RectangleOptions should have "showArea"

Hi, I am getting these errors in my browser console. Unable to show leaflet draw options on the map. How to resolve this issue. Please help? > ERROR TypeError: Cannot...

- [x] I'm reporting a bug, not asking for help - [x] I've looked at the [documentation](http://leaflet.github.io/Leaflet.draw/dist/reference-0.4.1.html) to make sure the behaviour is documented and expected - [x] I'm sure...

Hi. I have a question about edit mode. When we active edit mode and after that triggered resizing event (in my case, the entire logical block with the map becomes...

Hi, I have a project where I use Leaflet Draw to draw a circle and save that circle radius and coordinates in the backend. Now with that data, I want...

- [ ] I'm reporting a bug, not asking for help It seems that at least the poly.edit.js code uses the property ._flat rather than the function isFlat()

Hello, I am adding extra data in a popup when editing. It would be nice to have an editstop:cancel event and an editstop:save event to known if I have to...

It seems that the path used in the css to set the background-image for the toolbar icons is incorrect. In fact, it searches for a file situated at `${myCurrentURL}/images/spritesheet.svg` instead...

bug