-
Notifications
You must be signed in to change notification settings - Fork 45
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
Differentiate compulsory and optional cycleways in Germany #651
Comments
For what it's worth, As for rendering the cycleways themselves in a different color, I see at least a few challenges:
|
I know, I also don't like the lack of a scheme, but since only one country suffers from that there is no one else pushing for one. There have been discussions on community.osm.org in german about the mandtory / optional distinction. Previously I was using a Berlin-specific convention (which I no longer use, because Streetcomplete does not care, and the wiki is clear about bicycle=designated) which was to use bicycle=yes when there is no sign making a cycleway compulsory. In my mind should optional cycleways always be green and never blue. |
Mandatory cycleway does exist in France and in other countries it seems (square board = optional, round board = mandatory) bicycle=use_sidepath should be used in this case. If you know a street with : |
The mandatory/optional distinction also exists in the Netherlands. The biggest difference is that light mopeds are allowed on mandatory cycle paths ( |
In Switzerland we tag "optional" cycleways as |
A Germany-specific problem is that we have optional and compulsory cycleways.
The only difference is a legally binding sign being present.
one of:
traffic_sign=DE:237
traffic_sign=DE:240
traffic_sign=DE:241
(traffic_sign=DE:241-30
ortraffic_sign=DE:241-31
)Which makes a cyclable way compulsory. If there is a parallel road to it that leads to the same destination you have to use it (weather and quality permitting, i.e. ice, snow, excessive leaves or damage makes it optional again)
Any cycleway (optional or compulsory) is tagged with
bicycle=designated
, so by that tag they can not be differentiated.None of the above would have a
bicycle=yes
, which is only for ways where cycling is allowed, but not designated. For example, accompanying atraffic_sign=DE:239,1022-10
and an impliedmaxspeded:bicycle=walk
If there is a
traffic_sign=none
, then the cycleway is optional.example optional cycleway: https://osm.org/way/937881852
example compulsory cycleway: https://osm.org/way/333632597
When there is a centerline for the road parallel to a compulsory cycleway the road needs a
bicycle=use_sidepath
, which is the only possibility to tag that the cycleway is compulsory other than the traffic_sign on the cycleway itself.For non-compulsory i.e. optional cycleways the centerline can be tagged with
bicycle=optional_sidepath
, but that is controversial whether that tagging is redundant.To my understanding an optional cycleway is neither to be colored green or blue, but logically in-between.
The same goes for a road's centerline, it is neither normal nor gray but logically in-between.
Whether that is possible or how to do that is a question I am asking.
The text was updated successfully, but these errors were encountered: