Skip to main content

Selection

Using the selection tool, you can highlight one or more objects on the map.

Example

Loading...

Installation

npm i geovisto-selection

Configuration

Configuration used in example above:

{
"type": "geovisto-tool-selection",
"id": "geovisto-tool-selection",
"enabled": true,
"selection": {
"tool": "geovisto-tool-layer-choropleth",
"ids": [
"USA"
]
}
}