Creating animated map
Â
Example map:
https://portal.geoseeq.com/sample-groups/78319a7c-c393-41a8-83d4-6a02eef498b4
The animated file should have two JSON file:
JSOn file with FeatureCollection that contains corindates of the polygons and keyvalues.
Â
The JSON map file should contain the timeframe definitions, this way:
"timeline": {
"frames": [
{
"id": "frame_48128419187181115",
"title": "2001 Jan",
"key": "2001-01-01",
"period": [978303600000,980981999999]
},
{
"id": "frame_912984841553091",
"title": "2001 Feb",
"key": "2001-02-01",
"period": [980982000000,983401199999]
},
...
{
"id": "frame_8129519315645357",
"title": "2001 Dec",
"key": "2001-12-01",
"period": [1007161200000,1009839599999]
}
]
}
Â
id: Should be unique
title: These titles will be displayed in the legend.
Â
key: These keys (with values) should be in the JSON map file in the geometry section:
Tool to generate timeframes: https://portal.geoseeq.com/sample-groups/78319a7c-c393-41a8-83d4-6a02eef498b4/analysis-results/5d622653-e02e-444b-8a9c-b302bc2bd513?file=7f811622-40c5-426d-b2e1-fae14ec58572
Â
periods: The start and the end date of the timeframe in milisecs from 01/01/1970.
Polygn source: