-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
We would like to be able to pause and replay at some specific points: such as to review and replay flight data.
We current have a simple Timeline component but it doesn't quite do anything.
Perhaps similar to the one found in CesiumJS
We would like to:
- Have a button to pause and play the timeline
- Have a button to go back to real-time
- Ability to mouse drag on the timeline to go back and forth
- Optional: Add an command pallete action that allow us to give go to a certain timestamp
For the implementation details we would probably want to do some filtering like "where time_stamp leq timestamp" on GraphQL.

