Spike
A spike map is proportional symbol map, which is a type of thematic map that uses map symbols (spikes in this example) that vary in size to represent a quantitative variable.1
Example below contains data about Covid cases in Czech Republic.
Example
Loading...
Installation
npm i geovisto-layer-spike
Configuration
Configuration used in example above:
{
"type": "geovisto-tool-layer-spike",
"id": "geovisto-tool-layer-spike",
"enabled": true,
"layerName": "Spike layer",
"data": {
"latitude": "lat",
"longitude": "long",
"category": "data.category",
"value": "data.value",
"aggregation": "sum"
"color": "#00FF00"
}
}
Dimensions
Dimensions used in Spike Layer:
latitude
- latitudelongitude
- longitudecategory
- main category to displayvalue
- value of category to displayaggregation
- value aggregationcolor
- color of spikes