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

Handling of generic access tags #6720

Open
mattwigway opened this issue Oct 18, 2023 · 0 comments
Open

Handling of generic access tags #6720

mattwigway opened this issue Oct 18, 2023 · 0 comments
Labels

Comments

@mattwigway
Copy link
Contributor

In the car profile, access=yes is currently treated as allowing traversal regardless of path type - for instance this corridor is considered accessible to cars by OSRM. This interpretation follows the letter of the definition of the access tag, but perhaps not the spirit; I suspect the vast majority of ways tagged this way are not actually accessible to motor vehicles. From the OSM wiki:

In theory, adding access=yes to highway=footway could be read as changing default restrictions (which usually are foot=yes and vehicle=no for highway=footway) to yes, highway=footway + access=yes means "road, which is open for all pedestrians and vehicles".

In practice, this combination is often used by mappers to modify (rather than enlarge) default values: for example, access=permissive with highway=steps is very unlikely to be traversable by a truck, whatever the tags may say.

Maybe we should only allow traversal by motor vehicles on ways that generally wouldn't allow them (e.g. footway, cycleway, steps, elevator, corridor) if access:motor_vehicle or access:motorcar is set?

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