Replies: 2 comments 4 replies
-
I would start with cloude. |
Beta Was this translation helpful? Give feedback.
-
Disclaimer: I'm the author of Gleo, and I currently work for a company that sells asset/fleet tracking equipment. I'll suggest my You'll have to do your own parsing and handling of the timestamps, though (which in your case should be a good thing). |
Beta Was this translation helpful? Give feedback.
-
Hi all, I was hoping someone could point me towards some resources for creating a webmap that integrates a time control /slider (like in this example https://maplibre.org/maplibre-gl-js/docs/examples/timeline-animation/). My data comes from a vector point layer, with each point having a timestamp. It's actually the movement of cattle recorded using GPS enabled collars. What I would like to do is create a map where the cattle's movements can be viewed as a timeline animation using a play button and/or slider control. I have tried and failed to get this working using leaflet and various plugins (timedimension etc)
My data is local not wms, so I would need a solution where the data can be loaded via a stored file such as .js or .geojson etc.
If anyone knows where I can start looking on maplibre that would be great :)
Beta Was this translation helpful? Give feedback.
All reactions