opensailing / nautic_net_web

Phoenix 1.7 web server for NauticNet real-time tracker and analysis
2 stars 0 forks source link

Features Brain Wave #14

Open bcardarella opened 1 year ago

bcardarella commented 1 year ago

Here are some of the features I think we should get into the map visualization:

  1. heading oriented boat icon - replacing the pindrop icon with a small boat and ensuring the orientation of that icon is the compass heading at that moment in time

  2. specific URLs for a single boat - I should be able to go to: https://nautic-net.fly.io/boats/little-wing and this will link to just my boat (url might need to be an ID /1-little-wing

  3. a "play back" button that will take whatever the current time scrubber position and play back the data in real time. So moving forward at one frame / second

schrockwell commented 1 year ago

heading oriented boat icon

Breadcrumb: NauticNet.Playback.list_coordinates/3 is the integration point for merging the heading data with the position data. There is a TODO comment there.