origo icon indicating copy to clipboard operation
origo copied to clipboard

Always show infowindow

Open steff-o opened this issue 5 months ago • 0 comments

Fixes #2026 by making SelectionManager to display the selection in InfoWindow even if the "infoWindow"-setting is overlay or sidebar.

This will result in api-calls to SelectionManager always showing the result in infoWindow while featureInfo will obey the infoWindow-setting. It may seem a bit confusing but the old behavior was to only display the selection in the map and not show any infoWindow at all during the same circumstances.

This will only affect calls directly to SelectionManager using the api, e.g. from the MultiSelect-plugin.

steff-o avatar Sep 11 '24 12:09 steff-o