Skip to content
Discussion options

You must be logged in to vote

To show a timeline, you need to have features with different times. We won't show a timeline option if all features have the same date. I have updated your sample to have different dates, and it is working with the following catalog definition:

{
  "id": "test-7633",
  "type": "geojson",
  "name": "test-7633",
  "url": "test/test-7633.geojson",
  "initialTimeSource": "start",
  "isPaused": true,
  "activeStyle": "polygons-time",
  "styles": [
    {
      "id": "polygons-time",
      "color": { "colorPalette": "Reds" },
      "time": {
        "timeColumn": "datetime",
        "idColumns": ["id"],
        "displayDuration": 1339
      },
      "hidden": false
    }
  ]
}

Here is the link t…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@zoran995
Comment options

@Sivloc
Comment options

@zoran995
Comment options

Answer selected by Sivloc
@Sivloc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7632 on May 21, 2025 20:25.