Closed manuelpoelzl closed 1 year ago
Hello, could you open an issue in the repository https://github.com/giovanesantossilva/react-leaflet-draft, I would be happy to try to help you!
Hi @giovanesantossilva !
I've created an issue in your repo Issue
Hi @manuelpoelzl
take a look at the new version of react-leaflet-draft if it helped you can close the issue here!
Hi,
would it be possible to get support for custom text and labels of the draw controls, so we can specify our own? This is already possible with leaflet itself like this:
Maybe there is some way to make this work with EditControl of this library, since the structure is rather similar:
My idea would be, that the draw property of the EditControl can take another
toolbar
property, which essentially mirrors the object above and enables us to specify our own texts for the controls.