UrbanAnalyst / gtfsrouter

Routing and analysis engine for GTFS (General Transit Feed Specification) data
https://urbananalyst.github.io/gtfsrouter/
80 stars 17 forks source link

allow isochrones to ignore additional transfers generated via `gtfs_transfer_table` #39

Closed mpadge closed 3 years ago

mpadge commented 3 years ago

See #36 for discussion

mpadge commented 3 years ago

This has actually been done via the changes to src/csa-isochrone.cpp in this commit, which was necessary to fix the problems described in #38, and #36. The comment in the source code explains the change.