Timeline
Using timeline tool, the user can monitor how the measured data changed over time.
Example
Loading...
Installation
npm i geovisto-timeline
Configuration
Configuration used in example above:
{
"type": "geovisto-tool-timeline",
"id": "geovisto-tool-timeline",
"enabled": true,
"layerName": "Timeline",
"data": {
"timePath": "Year",
"stepTimeLength": 3000,
"transitionDuration": 2500,
"realTimeEnabled": true,
"granularity": "YEAR",
"chartEnabled": true,
"chartValuePath": "chartData",
"chartAggregationFn": "sum"
}
}