edithandlersOptions {leaflet.extras} | R Documentation |
Options for editing edit handlers
Description
Customize edit handlers for addDrawToolbar
Usage
edithandlersOptions(
edit = list(tooltipText = "Drag handles or markers to edit features.", tooltipSubtext =
"Click cancel to undo changes."),
remove = list(tooltipText = "Click on a feature to remove.")
)
Arguments
edit |
List of options for editing tooltips. |
remove |
List of options for removing tooltips. |
[Package leaflet.extras version 2.0.1 Index]