Add style editor
Add style editor
Remove style editor
addStyleEditor(map, position = c("topleft", "topright", "bottomleft", "bottomright"), openOnLeafletDraw = TRUE, useGrouping = FALSE, ...) removeStyleEditor(map)
map |
the map widget |
position |
position of the control |
openOnLeafletDraw |
whether to open automatically when used with |
useGrouping |
Should be false to work with |
... |
other options. See plugin code |
leaflet() %>% setView(0, 0, 2) %>% addProviderTiles(providers$CartoDB.Positron) %>% addDrawToolbar( targetGroup = "draw", editOptions = editToolbarOptions(selectedPathOptions = selectedPathOptions()) ) %>% addLayersControl( overlayGroups = c("draw"), options = layersControlOptions(collapsed = FALSE) ) %>% # add the style editor to alter shapes added to map addStyleEditor()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.