UrbanAnalyst / gtfsrouter

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

fix match_pts_to_graph call in transfer_table construction #90

Closed mpadge closed 1 year ago

mpadge commented 1 year ago

It uses the old dodgr::match_pts_to_graph() function, which has now been renamed match_pts_to_verts(), but it would also be better now to use the new match_pts_to_graph() function which matches by perpendicular distance to nearest edge intersection.