-
```
if (isEqual(this.props.draw, prevProps.draw) || this.props.position !== prevProps.position) {
return false;
}
```
If `draw` is set to something, this equality check will fail …
-
- [x] I'm reporting a bug and asking for help
- [ ] I'm sure this is a Leaflet Draw code issue, not an issue with my own code nor with the framework I'm using (React…)
- [ ] I've searched through th…
-
As the title says.
I found an example here ( https://stackoverflow.com/questions/15406020/delete-rectangle-on-click-using-leaflet-draw ) but it's not exactly what I look for and it used Leaflet-dra…
-
Hello, is it possible to add custom tooltips?
![image](https://user-images.githubusercontent.com/4997537/45358754-be911300-b5ca-11e8-93aa-740e1f0f1910.png)
I know that it's possible in leaflet-…
-
I would like to have the ability to declare the DrawEvents type in my TS function, for safe scaling and intellisense.
```typescript
import { DrawEvents } from "react-leaflet-draw";
const on…
-
- [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 e…
-
- [ ] 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 make sure the behaviour is documented and e…
-
Unable to connect and print the text using usb cable and also get error :
DOMException: Failed to execute 'open' on 'SerialPort': Failed to open serial port. : (this in chrome)
TypeError: Canno…
-
- [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 e…
-
I know that leaflet geojson object which have a function call onEachFeature, however react-leaflet-draw is not implemented. Anyone can help with this?