-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @LHKode, For GeoJSON items, you can enable time dimension by specifying the So for eg, if your geojson has a feature property called
I have created a ticket to add support for custom date formats with |
Beta Was this translation helpful? Give feedback.
Hi @LHKode,
For GeoJSON items, you can enable time dimension by specifying the
timeProperty
to use for the dataset. Current limitation is that it only accepts a date syntax that can be parsed by the Javascript Date class.So for eg, if your geojson has a feature property called
eventdate
formatted something like2023-06-22 10:00:00
, in your catalog item definition, you could set thetimeProperty
like below:I have created a ticket to add support for custom date formats with
timeProperty
.