You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When an item is added to the featureinfo carousel (overlay/sidebar) an event should be dispatched, similar to what happens when the selection manager adds a SelectedItem.
The text was updated successfully, but these errors were encountered:
At which point does SelectionManager dispatch an add event? Best I can find is getSelectedItems.on('add'), which is an OpenLayers event (yes, they are also events), but featureInfo never dispatches anything for Selectionmanager. This will lead to developers having to take care of both cases depending which infowindow is active.
At which point does SelectionManager dispatch an add event? Best I can find is getSelectedItems.on('add'), which is an OpenLayers event (yes, they are also events), but featureInfo never dispatches anything for Selectionmanager. This will lead to developers having to take care of both cases depending which infowindow is active.
Yes you are correct. The doRender function could instead dispatch the itemadded event no matter what type of infowindow is used.
Is your feature request related to a problem? Please describe.
When an item is added to the featureinfo carousel (overlay/sidebar) an event should be dispatched, similar to what happens when the selection manager adds a SelectedItem.
The text was updated successfully, but these errors were encountered: