| addStyleEditor {leaflet.extras} | R Documentation |
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 |