itinero / routing2

The next version of the Itinero route planner.
Apache License 2.0
7 stars 1 forks source link

Handling of (pedestrian) areas? #24

Open pietervdvn opened 3 years ago

pietervdvn commented 3 years ago

While debugging the test bench, I got this case:

image

The new route planner follows the pedestrian area: image

The area is tagged with area=yes.

So far so good - in order to fix the test, I attempted to add an access restriction so that ways with area=yes can not be accessed anymore (in most cases, they give truly weird routeplanning). However, when debugging, the area-tag is not passed to the profile, but it seems to disappear mysteriously.