Add a (possibly customized) toolbar to a leaflet map
addToolbar(leafmap, editorOptions, editor, targetLayerId)
leafmap
: leaflet map to use for SelectioneditorOptions
: A list of options to be passed on to either leaflet.extras::addDrawToolbar
or leafpm::addPmToolbar
.editor
: Character string giving editor to be used for the current map. Either "leafpm"
or "leaflet.extras"
.targetLayerId
: string
name of the map layer group to use with editThe leaflet map supplied to leafmap
, now with an added toolbar.