origo-map / multiselect-plugin

Multiselect plugin for Origo
MIT License
2 stars 10 forks source link

Adds addToSelection option and button #24

Closed jokd closed 1 year ago

jokd commented 1 year ago

Fixes #21 New options for multiselect: Default values are current behaviour

showAddToSelectionButton: true, // show button to toggle addToSelection. Default is false
addToSelection: false, // default behaviour for selection, whether to add to selection or create new for each selection. Default is true

image

jokd commented 1 year ago

Requires https://github.com/origo-map/origo/pull/1833 to work