-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Cycleway overlay: cycle track with walking allowed #5991
Comments
I did the edit I suggested, but I didn't test it, so feel free to reject the pull request. |
Yeah, it doesn't work, see my comment in #5992. Maybe it needs to be discussed whether the new behavior should be |
I'm a bit afraid of removing foot, because occasionally there are also cases with: a) signs explicitly forbidding pedestrians from the track (for example: https://www.openstreetmap.org/way/826279591) |
Are we sure this applys to germany (or other countries) as well? If not, I think removing foot=no from the way (even if the other tags should still be enough to infer the rules) wouldn't be a good idea. |
it applies in Poland if reference "article 20 paragraph 3 of the Convention on Road Traffic" is accurate then it is likely to be shared quite widely. |
It applies also in Belgium: Art. 9. – Plaats op de openbare weg and Netherlands: Artikel 4 Reglement verkeersregels en verkeerstekens 1990 (RVV 1990) |
TL;DR: probably it would need extra option (to distinguish "exclusive to only cyclist" vs. "for cyclist but pedestrians allowed"), as there is another use case where there is explicit sign prohibiting pedestrians, in which case pedestrians may not legally use that cycleway even when there is no suitable sidewalk. Not sure how to easily convey that to SC users. For reference, article 20 paragraph 3 of the Convention on Road Traffic says:
However I'm not sure that is encodified fully in Croatian law. There is exception for using the road when there is no sidewalk in Članak 125. ZoSPnC ((translation)):
However, there seems to be no such exception for cycleways (bicycle tracks), and while walking on bicycle lanes (being part of the roadway) seems allowed in such circumstances, using bicycle tracks (i.e. cycleways separated from roadway) in fact seems explicitly prohibited by Članak 129. later, which only allows crossing, and not walking on cycleway:
But I'm not a lawyer... (translation note: "suitable" is not perfect translation for "prikladan", which is perhaps better translated as "appropriate" or "corresponds to requirement") |
And why simply to not change the foot tag (leave it as it is) in case the cycle track option is selected? There might also be other signs adjusting access rights (allowing or disallowing for example speed pedelecs, different moped categories, vehicles of the residents, etc.) I don't think it makes sense to create a separate option for each possible combination. If it's an important question for pedestrian routing, then maybe we need a separate quest "Are pedestrians allowed to walk on the cycle track here?" |
(Edit: @olecky was faster in typing then by by suggesting the same alternative, as I was writing this before his post)
On the other hand, such situation is probably less common, so we can solve the conundrum by just never adding It should be significantly less taxing to SC mappers that way, and even in such cases (of explicit sign prohibiting pedestrians) would not tag incorrectly (but just sub-optimally) Footnotes |
Looking at my Todo/idea list I had request to distinguish "designated for pedestrians and cyclists", "cycleway, pedestrians allowed" (bicycle icon) and "cycleway, pedestrians banned" (bicycle icon + crossed over foot icon) The last is rare but happens |
So, throwing my two cents in here: In germany, using a cycleway that is marked as an exclusive cycleway is indeed forbidden for pedestrians (German Traffic Code, Appendix 2, Sign 237). (I was astonished to learn through this discussion that that seems to be not the norm and that the Vienna convention suggests something else) I think we should keep in mind the considerations we had to take when I edited the cycleway overlay recently. I am actually okay with removing foot=no, because such things should be in the data consumers hand. The data consumer should know the default access restrictions for the country anyway. So tagging Anyway, for @matkoniecz, if you do that, perhaps it would be best to also make it based on "signed" things. So "cycleway, but a sign allows pedestrians", "cycleway, a sign explicitly prohibits pedestrians" etc. |
"cycleway, but a sign allows pedestrians" the problem is that in many places blue sign with bicycle only allows pedestrians if there is no footway along see #5991 (comment) (if it would be in Poland)
also without footway along it? |
As it seems, yes |
I think here we come back to the problem of SC users not having to know the legal situation. The SC interface should only ask for something that everyone can assess. That's why the bicycle overlay always states "there is a sign...". E.g., in Australia as I have learned, cycling on the sidewalk is always allowed (unless explicitly forbidden). But for example I as a foreigner would not know that, and if it was just about "Is it allowed or not?", I would probably tag "no" (which would be wrong). By always asking for a sign, I would select "Its a path without a sign about bicycles", and the data consumer has to know if according to legislation in that country, bicycles can use that path or not. No matter if I personally know the law or not. |
I agree with @wielandb. That leaves us in a bit of a pickle if we don't want to add yet two more options:
And, yeah, we don't want that. So, I think the best compromise would be:
What do you think is the better compromise? |
Both will be problematic for another reason, though: |
what about having dedicated behaviour depending on what signs mean in a given country? |
Bad idea. In countries where it is generally allowed, there can be a pedestrian forbidden sign and the other way round. |
I meant that there would be different options to select. Or that "bicycles only" would have different icons depending on location. |
TL;DR: I'd prefer adding extra options to allow fully specifying situation in cycleway overlay.
Absolutely agree.
Country specific config would have to allow three options (
As an avid cyclist as well as an advanced OSM (and SCEE) user with heavy focus on bicycle infrastructure, I'm obviously an outlier. That being said, I see basically three general approaches:
Now, I (being biased) obviously prefer the first option as it allows to specify exact situation, even if it introduces two new options. But I think more novice users of cycleway overlay might too prefer two more options in exchange for having clear-cut choice without current confusion (especially in countries that allow walking on cycleways unless explicitly forbidden) |
Well, this is the bicycle overlay, not the bicycle and foot overlay. I don't want to litter this with even more selection options, it's already unübersichtlich¹ as it is. Plus, for bike paths that are also designated to pedestrians, i.e. are equals with the bicycle traffic, we already do have a selection option (shared-use bike and footpath). Anyway, I tend towards:
¹ actually there is no good translation to this in English. Best described as "difficult to get an overview over" |
Only because pedestrians are mentioned in the answers does not mean it is about pedestrians. The point of view is that of cyclists, and that reflects in the possible answer options (e.g. "not made for cyclists (could be allowed or disallowed)"). While a foot+bike overlay that merges the sidewalk overlay and the bike overlay may be worth some consideration, it is a lot of effort to design a new overlay and I am not willing to throw the towel on meaningfully separating these two concerns (pedestrians, cyclists) in two separate overlays. I will certainly not trash this whole overlay because of this ticket, as it is well possible to handle it, in my opinion. |
Hmm, this makes
be interpreted as "bike path". ( |
So, it seems that I have not received the notifications that the discussion had resumed, and thus did not see that @mnalis had already made a mock-up of a new version of the overlay (and that the issue was already closed) and so I made a little mock-up of what I thought a new "paths overlay" could look like. It may address some of the concerns, so I am leaving it here for completeness' sake. Maybe @mnalis can use it as further inspiration for further discussions. |
Discussed in #5990
Originally posted by olecky October 30, 2024
When editing in the cycleways overlay, there doesn't seem to be an option to select cycle track (signed with D4 or similar sign), respecting the fact that pedestrians are allowed to use it because of national or international legislation. In most cases, if there is no sidewalk, pedestrians are allowed to walk on the cycle track (article 20 paragraph 3 of the Convention on Road Traffic). Example:
In the app, the closest I can choose are:
Both of the option seem incorrect to me in the example shown on the picture. I'm not sure if it's necessary to add one more option to distinguish cycle tracks with walking allowed and not. From my point of view, removing the foot=no addition in EXCLUSIVE would solve the problem. Is it really useful for pedestrian routing in situations where there is parallel cycle track and footpath?
The text was updated successfully, but these errors were encountered: