chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

path: Schedules for a path are not detected if they come from GTFS #846

Closed tahini closed 5 months ago

tahini commented 5 months ago

The schedules' getAssociatedPathIds method uses the period's oubound_path_id and inbound_path_id to list the associated paths, but they are null if the path comes from GTFS. Only the trips are path ids.

The method thus returns an empty list, giving the impression that the path has no schedules associated, so the schedules cannot be refreshed when the path is modified.