mfdz / OpenTripPlanner

MFDZ (HSLdevcom/)OpenTripPlanner clone supporting Carpooling.
http://www.opentripplanner.org
Other
5 stars 4 forks source link

Handle bicycle and car no-thru islands #110

Closed flaktack closed 3 years ago

flaktack commented 3 years ago

This updates the island-pruning code to handle the bicycle and car no-thru islands separately.

The test cases uses the following graph.

Before: image

After: image

flaktack commented 3 years ago

I set this to draft, so that tests can be added for the "normal" island pruning, to verify that it stills works as expected.

flaktack commented 3 years ago

We've added a test for the pre-existing removal of pedestrian access / ways where needed, and so this should ready to test / merge.