debrief / reactol

Technical demonstrator for creating maritime track replay app using React & OpenLayers
MIT License
0 stars 0 forks source link

Introduce track with time values #10

Closed IanMayo closed 5 hours ago

IanMayo commented 1 day ago

Users will wish to replay tracks.

We need to add time data. Convert the track to MultiPoint, and add a time property for each point. The time data should be in ISO date-time format.

IanMayo commented 5 hours ago

Fixed in main