@mapgear/geoapps > AnalysisSelectionOptions
AnalysisSelectionOptions interface
The options for the Analysis
selection
export interface AnalysisSelectionOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
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 | |
type | AnalysisSelectionType | Analysis selection type |