@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
15 lines (14 loc) • 411 B
JavaScript
import { SelectionMode } from '../../models/selection.js';
export default class ObjectSelection {
initialSelectionBox;
initialSelectionQuery;
selectionParameters = [];
selectedFeatures = [];
selectedFeaturesType;
focusedFeatures = null;
highlightedFeatures = [];
gridSelected = false;
selectionMode = SelectionMode.Replace;
selectionGeometry;
getDirectionsFeature;
}