addToolbar {mapedit} | R Documentation |
Add a (possibly customized) toolbar to a leaflet map
Description
Add a (possibly customized) toolbar to a leaflet map
Usage
addToolbar(leafmap, editorOptions, editor, targetLayerId)
Arguments
leafmap |
leaflet map to use for Selection |
editorOptions |
A list of options to be passed on to either
|
editor |
Character string giving editor to be used for the
current map. Either |
targetLayerId |
|
Value
The leaflet map supplied to leafmap
, now with an
added toolbar.
[Package mapedit version 0.6.0 Index]