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
This seems to work well!
I have included this approach in this example: browseURL(system.file("examples/shiny/draw-events/app.R", package = "leaflet.extras"))
I am using addDrawToolbar to draw polygons on my leaflet("map"), and then I want to capture them (ideally to sf) using
input$map_draw_all_features
.However it seems the returned list is not compatible with geojson_list. Am I doing something wrong or is this a "feature request"?
Thanks so much for this excellent tool(bar).
The text was updated successfully, but these errors were encountered: