brnstz / bus

Mobile web app for discovering public transit in NYC --
https://token.live
MIT License
5 stars 2 forks source link

Move static vehicle results along line #87

Open brnstz opened 8 years ago

brnstz commented 8 years ago

Static vehicles are placed at the most recent stop. This is inaccurate and not great for the UI (stops are hidden by the vehicle). We should move the vehicle along the route by a relative amount.

http://gis.stackexchange.com/questions/75624/how-can-i-move-along-a-line-or-path

http://www.postgis.org/docs/ST_Line_Interpolate_Point.html

brnstz commented 8 years ago

doing this later