You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to adjust the stroke_weight and color of the drawing?
In particular, I am building a Shiny app where I need the user to draw a polygon on a satellite map, but the users complain that it really difficult to see the line while drawing:
The text was updated successfully, but these errors were encountered:
If you're happy to have a go at implementing a PR then the add_drawing() function call needs to accept the various storke_, fill_ etc. arguments. Then these lines need to be replaced to use the user-defined values.
Hi,
Is it possible to adjust the stroke_weight and color of the drawing?
In particular, I am building a Shiny app where I need the user to draw a polygon on a satellite map, but the users complain that it really difficult to see the line while drawing:
The text was updated successfully, but these errors were encountered: