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

Vector drawing and editing plugin for Leaflet

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

The [`sr-only` class](https://github.com/Leaflet/Leaflet.draw/blob/d5dd11781c2e07f9e719308e504fe579000edf54/src/Toolbar.js#L194-L195) is a non-standard variant of [`aria-label`](https://www.w3.org/TR/wai-aria/#aria-label). Use `` instead (to align with https://github.com/Leaflet/Leaflet/blob/bdd7ebf836201550f6d173943b728098b83f40d5/src/control/Control.Zoom.js#L92). --- Other potentially helpful resources: - [Leaflet Guideline: Test your maps](https://leafletjs.com/examples/accessibility/#test-your-maps) - [Leaflet Plugin...

To convey that the `` is a button and not a link (align with https://github.com/Leaflet/Leaflet/blob/bdd7ebf836201550f6d173943b728098b83f40d5/src/control/Control.Zoom.js#L89-L91).

Hello, I'm new in Leaflet and I need to add a red polyline using an array of LatLng points like ``` var latlngs = [ [45.51, -122.68], [37.77, -122.43], [34.04,...

I have specified polygon: { allowIntersection: false } in my constructor. For creating new features this is respected correctly. When editing existing features intersections are allowed. It seems that edit...

While drawing any shape, the pointers are big white squares. I like to change the 'white square' pointer to a circle or an icon. I'm using React-draw, it relies on...

- [ ] I'm reporting a bug, asking for help - [ ] 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 - [ ]...

@jacobtoye I think it is pretty clear that Leaflet.draw is not maintained anymore. It would be nice if you can add an offical statement and add it to the top...

Documentation on how to import and tie the library with leaflet would be helpful. This includes script tags and require statements bundled as one (and not individual items as per...

The link below **(http://leaflet.github.io/Leaflet.draw/dist/reference-0.4.1.html)** is no longer current and needs updating. - [x] I'm reporting a bug, not asking for help - [ ] I've looked at the [documentation](http://leaflet.github.io/Leaflet.draw/dist/reference-0.4.1.html) to...

I've skipped the template because I'm not reporting a bug, exactly, just a (hopefully) helpful tip. I needed specific behavior when a user canceled drawing via clicking the "Escape" key,...