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

added variable definition for 'type' which happens to break the rectangle shape drawing.

- [ 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...

Do you have an example of using the intersects () method ![image](https://user-images.githubusercontent.com/38779375/74100907-c4e43f80-4b6e-11ea-9f91-1f58538896a4.png)

Set max extent to limit rectangle size on drawing. When the area reach this limit, the drawing stops. Referenced here #715

- [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 behavior is documented and expected - [x] I'm sure...

What I aim is: 1. Display a GeoJSON route with 3000+ points/multipoints 2. Set some styles for each point, and show tooltips 3. Make this route editable 4. Make it...

If I have a polygon with a popup and decide to draw another polygon completely inside of it the popup from the first shape will appear once I stop drawing...

- [ ] 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...

It seems that `L.Draw.Circle#_drawShape` ``` js _drawShape: function (latlng) { if (!this._shape) { this._shape = new L.Circle(this._startLatLng, this._startLatLng.distanceTo(latlng), this.options.shapeOptions); this._map.addLayer(this._shape); } else { this._shape.setRadius(this._startLatLng.distanceTo(latlng)); } }, ``` sets the radius...

bug