Heat
A spatial heat map displays the magnitude of a spatial phenomena as color, usually cast over a map.1
Example below contains data about Maximum temperature over cities and places in Australia.
Example
Loading...
Installation
npm i geovisto-layer-heat
Configuration
Configuration used in example above:
{
"type": "geovisto-tool-layer-heat",
"id": "geovisto-tool-layer-heat",
"enabled": true,
"layerName": "Heat layer",
"data": {
"latitude": "lat",
"longitude": "long",
"radius": 20,
"intensity": "temperature",
"gradient": "Default",
"blur": 23,
"zoom": "Normal"
}
}
Dimensions
Dimensions used in Heat Layer:
latitude
- latitudelongitude
- longituderadius
- radius of each pointintensity
- intesity of each pointgradient
- color gradientblur
- amount of blurzoom
- zoom level where the points reach maximum intensity