origo-map / multiselect-plugin

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

Select by selection #17

Closed steff-o closed 1 year ago

steff-o commented 1 year ago

Closes #15.

Adds new functionality by using an existing selection or search result as input to buffer tool. When buffer tool is selected and there is a present selection, either by search result or previous selection, the combined geometry of the selection is used as input to buffer tool instead of letting the user select a feature to buffer.

It is not possible to make the selection using normal feature info or a search before activating multiselect because Origo always closes the featureInfo window when toggling tool. (May soon appear as an issue in origo)

This PR does not require nor support any configuration changes.