Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong routing on foot/bicycle with access=destination #5445

Closed
jdhoek opened this issue May 5, 2019 · 1 comment
Closed

Wrong routing on foot/bicycle with access=destination #5445

jdhoek opened this issue May 5, 2019 · 1 comment
Labels

Comments

@jdhoek
Copy link
Contributor

jdhoek commented May 5, 2019

Routing on foot/bicycle does not appear to handle access=destination properly. Ways marked like that (and no overriding foot=yes or bicycle=yes) seem to be ignored by the router in those modes. In vehicle mode it does appear to handle access=destination properly.

Broken example (foot)

In this example:

Route I

The expected route should use the highway=footpath the end-marker is placed on. That way is tagged like this:

access=destination
highway=footway

The way is not used, even though it qualifies.

Broken example (bicycle)

In this example:

Route II

The highway=cycleway that provides the fastest route is tagged like this:

access=destination
highway=cycleway
name=Dijk

No bicycle=*, so access=destination should allow the route to end on that way.

Working example (car)

In this example:

Route III

The routing properly uses the connected set of way tagged with access=destination, and uses them if the start or end of the route lies within them.

Copy link

github-actions bot commented Jul 8, 2024

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Jul 8, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant