Marker
Marker map provides markers (e.g. country centroids), that display statistical values using donut chart. Example below contains data about Energetic Mix for countries that are members of United Nations1.
Example
Loading...
Installation
npm i geovisto-layer-marker
Configuration
Configuration used in example above:
{
"type": "geovisto-tool-layer-marker",
"id": "geovisto-tool-layer-marker",
"enabled": true,
"layerName": "Marker layer",
"data": {
"geoData": "world centroids",
"geoId": "Country",
"value": "Value",
"aggregation": "sum",
"category": "Resource",
"unitsEnabled": true,
"units": "TJ",
"unitsDesc": "Terajoules"
}
}
Dimensions
Dimensions used in Connection Layer:
geoData
- polygons/centroidsgeoId
- geospatial datavalue
- value to be displayedaggregation
- aggregationcategory
- data category that sets the donut chartsunitsEnabled
- enable/disable unitsunits
- short unitsunitsDesc
- longer units