spstreets / gtfs_manager

A GUI for viewing and editing GTFS data
MIT License
30 stars 3 forks source link

Use shapes.txt to draw trips #19

Closed maxwell8888 closed 2 years ago

maxwell8888 commented 2 years ago

currently just using stop positions. Use actual shapes when available.

Will need to be able to fall back to just interpolating stops not just for when shapes.txt is not provided, but when a new stop is added, or arguably any changes to the stops in a trip is made (since we can't necessarily assume the bus will take the same route).

Robinlovelace commented 2 years ago

This sounds really good!