react-leaflet-draw
react-leaflet-draw copied to clipboard
Is it possible to change circle color while drawing
I want to change circle default color(blue) with other color (which one is selected by color picker) while drawing color.
you can checkout this PR: https://github.com/alex3165/react-leaflet-draw/pull/59, and I had fixed it.
i manage to change them before the ondrawstarted method, with a simeple modal that changes the stae on the drawOptions from EditControl Component
@rodri595 , could you provide a example?