react-leaflet-draw icon indicating copy to clipboard operation
react-leaflet-draw copied to clipboard

Is it possible to change circle color while drawing

Open bhautik11 opened this issue 7 years ago • 5 comments

I want to change circle default color(blue) with other color (which one is selected by color picker) while drawing color.

bhautik11 avatar Dec 19 '18 05:12 bhautik11

you can checkout this PR: https://github.com/alex3165/react-leaflet-draw/pull/59, and I had fixed it.

BigFaceMaster avatar Dec 27 '18 09:12 BigFaceMaster

i manage to change them before the ondrawstarted method, with a simeple modal that changes the stae on the drawOptions from EditControl Component

rodri595 avatar Sep 11 '20 22:09 rodri595

@rodri595 , could you provide a example?

LorhanSohaky avatar Oct 19 '23 21:10 LorhanSohaky