a-b-street / abstreet

Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
https://a-b-street.github.io/docs/
Apache License 2.0
7.39k stars 334 forks source link

Disconnected railways #834

Open dabreegster opened 2 years ago

dabreegster commented 2 years ago

https://www.openstreetmap.org/node/1723656519 Screenshot from 2022-01-06 13-12-33

https://github.com/a-b-street/abstreet/blob/cb3138dbfe66a65f8e34eb7e81df5404ec902548/map_model/src/make/remove_disconnected.rs#L25 excludes light rail, why? Revisit

dabreegster commented 2 years ago

Oh right, it's because light rail might run through a map, but never have any link-ups with the rest of the network. Like light rail in the Montlake slice.

Need to think through the right way to handle this