Skip to main content

@mapgear/geoapps > AnalysisSelectionOptions

AnalysisSelectionOptions interface

The options for the Analysis selection

Signature:
export interface AnalysisSelectionOptions 

Properties

PropertyModifiersTypeDescription
featureIds?string[](Optional) The feature ids for the selection when type = 'id', otherwise ignored.
geometry?string[](Optional) The geometries used for the selection when type = 'geometry', otherwise ignored Geometry is provided as WKT
highlightColor?string(Optional) Stroke color to use for highlighting selected features Defaults to: #009999
highlightSelection?boolean(Optional) Highlight the selection on the map. Defaults to true for id and geometry, false for viewport selection
typeAnalysisSelectionTypeAnalysis selection type