Path: blob/main/docs/user_guide/plugins/timeline.md
1603 views
Timeline and TimelineSlider
Show changing geospatial data over time.
Comparison to TimestampedGeoJson
This is a plugin with a similar purpose to TimestampedGeoJson
. They both show geospatial information that changes over time.
The main difference between the two is the input format.
In the Timeline
plugin each Feature
has its own start
and end
time among its properties. In the TimestampedGeojson
each Feature
has an array of start times. Each start time in the array corresponds to a part of the Geometry
of that Feature
.
TimestampedGeojson
also does not have end
times for each Feature
. Instead you can specify a global duration
property that is valid for all features.
Depending on your input geojson, one plugin may be more convenient than the other.
Comparison to Realtime
The Timeline
plugin can only show data from the past. If you want live updates, you need the Realtime
plugin.