Handles the feature selection, independently from the map (2D or 3D) the selection was triggered from.
The selection is done in two steps:
select() asks every layer manager to add its own SelectionParam to the state.
The change of selection.selectionParameters triggers the effective query
(WMS GetFeatureInfo and WFS GetFeature) and writes the resulting features into the state.
Selects all the features of the queryable layers that are inside the given extent.
Layers selectable today are WMS, WMTS (with wms layer) and Local files.
Handles the feature selection, independently from the map (2D or 3D) the selection was triggered from. The selection is done in two steps:
select()asks every layer manager to add its ownSelectionParamto the state.selection.selectionParameterstriggers the effective query (WMS GetFeatureInfo and WFS GetFeature) and writes the resulting features into the state.