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

Exclude roads not permitted for/accessible by bicycle #20

Open
Zeitungsleser opened this issue Oct 25, 2021 · 1 comment
Open

Exclude roads not permitted for/accessible by bicycle #20

Zeitungsleser opened this issue Oct 25, 2021 · 1 comment
Assignees

Comments

@Zeitungsleser
Copy link

Bei Straßen mit Tramgleis in der Mitte gibt es in der openStreetMap zwei Straßen: Einmal die tatsächliche und einmal das Straßenbahngleis. Nun werden die Events vom face-Script auf beide Straßen aufgeteilt, obwohl sie ja tatsächlich nur auf der richtigen Straße stattfinden.
söflinger-straße
Die Tram-Strecke hat auch den Straßennamen unknown.

@opatut
Copy link
Member

opatut commented Nov 3, 2021

These ways are tagged access=no, that might be what we need to filter by. See also: https://wiki.openstreetmap.org/wiki/Key:access?uselang=en

Might be that we exclude roads that have access set to a value other than yes, permissive, destination, and do not have bicycle=yes.

We might also have to take into account this: https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access_restrictions#Germany

Uff, this is going to be complex :)

@opatut opatut changed the title Splitted Events at Streets with Tram Exclude roads not permitted for/accessible by bicycle Nov 3, 2021
@opatut opatut self-assigned this Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants