-
-
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 quest: Don't ask for cycleway with separately mapped sidewalk #718
Comments
What is the reason for that? I am unable to imagine situation where not skipping such cases would qualify as a bug. |
I think he also wants to exclude the quest when "footways" (no bike!) are nearby. This would mean if a "footway" is there, no cycleway can be on/at the street. But why not? (Pedestrians often get better "treatment" than bikers, so it is not an unlikely case that there is a footway and a cycleway on or at the street) I think this is definitively possible, so I agree to @matkoniecz . |
Because if a way, be it cycleway or footway (sidewalk) is mapped separately, it means that whether there is a cycleway or not should be asked for that separate way, not for the street.
Am 14. Dezember 2017 23:40:29 GMT+07:00 schrieb Mateusz Konieczny <[email protected]>:
…> However, it should also not ask if that separately mapped way is a
sidewalk only (without cycleway).
What is the reason for that? I am unable to imagine case where not
skipping such cases would qualify as a bug.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#718 (comment)
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
|
You may also ask it there, but in any case the result can still be "No this is a footway, but there is a cycleway on the street nearby.". |
|
Perhaps for lanes, shared lanes etc., but every kind of cycleway that is beyond the curb (track, shared sidewalk, etc) should be mapped on that separate way, if the sidewalk is mapped separately, to stay consistent.
Am 15. Dezember 2017 21:16:22 GMT+07:00 schrieb Mateusz Konieczny <[email protected]>:
…> Because if a way, be it cycleway or footway (sidewalk) is mapped
separately, it means that whether there is a cycleway or not should be
asked for that separate way, not for the street.
1) There are many cases where street itself has cycleway property and
separate footway not (contraflow lanes etc)
2) It is completely OK to put cycleway tag on a road
(cycleway=lane/track/opposite or using SC style tagging
cycleway:both=lane/track, cycleway:left=opposite,
cycleway:left=opposite_lane )
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#718 (comment)
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
|
Actually that rather means the footway is already mapped wrongly, because only when it is really separated (by trees or so) it should be mapped separately. |
Well, I agree with you there, though I know that this opinion is not shared by everyone - I think i.e. @matkoniecz would object. But anyway, that is beyond the argument - if the sidewalk/footway that runs parallel to the street is mapped separately, then if the cycleway is not on the street (lane, bus lane, shared lane,...), it should be tagged as a property of that separate way, not as a property of the street. Now, to conclude, the app can of course not know beforehand, whether the user is going to select something like lane ( -> tag on road) or something like track ( -> tag on separate way) and thus there is a chance that the app will tag the property on the wrong element (i.e "track" on the road when a separately mapped sidewalk exists). |
I encountered this kind of tagging before and while suboptimal I would not describe it as wrong - and I think that it is better that no tagging of cycleway at all (but obviously it is not my decision, I am not one that gets all complaints about poor edits made using app) |
Perhaps someone could raise this question on the mailing list / forum to clear that up. I am still on travels, so I don't have time to involve myself in discussions.
I created this issue in response to https://www.openstreetmap.org/changeset/54211276#map=17/51.55301/5.05100
Talked about here https://forum.openstreetmap.org/viewtopic.php?id=60615
Am 15. Dezember 2017 23:22:20 GMT+07:00 schrieb Mateusz Konieczny <[email protected]>:
…> should be mapped on that separate way, if the sidewalk is mapped
separately
I encountered this kind of tagging before and while suboptimal I would
not describe it as wrong - and I think that it is better that no
tagging of cycleway at all (but obviously it is not my decision, I am
not one that gets all complaints about poor edits made using app)
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#718 (comment)
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
|
Hmm, actually, I think you are right, @matkoniecz . In the described case, tagging on the road instead of the separate way is perhaps suboptimal - as suboptimal as tagging "13-17" as a housenumber on a building with several entrances - but not wrong and definitely adds information. So, I will not do anything here. |
Further thought about that. |
So, I wonder, @matkoniecz , do you have an idea what we could do? Otherwise, I guess I must disable the quest for seperately mapped sidewalks. |
What may happen:
road ends with cycleway=no, sidewalk:X:bicycle=yes, separately tagged sidewalk is not modified While this tagging is a bit weird - I personally think still the same about situation:
I may ask on tagging list if asking others would be a good idea. |
You can do that. But I am pretty sure that in the strict sense, it is definitely wrong. Question is perhaps, how strict we [the community] wants to be. In the meantime, I disable it. |
… sidewalk streetcomplete#718" This reverts commit 455247f.
The app currently does not ask is users for the existance of a cycleway if a separately mapped cycleway exists in the vicinity.
However, it should also not ask if that separately mapped way is a sidewalk only (without cycleway).
The text was updated successfully, but these errors were encountered: