You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the changes introduced from #3205, would it be suitable to also ask for case '4' (second row on the left) of here: #398 (comment)
? i.e. when a path meets a road but does not cross it
When a path meets a road, there is often a crossing. Most often in urban environments and where there is a pavement (sidewalk) on the other side. Not sure f it's easy to check for the latter though.
The text was updated successfully, but these errors were encountered:
Hmm to be honest, the implementation is quite complex, I don't want to change anything here for now. I am not sure if it can be cleanly separated from this case:
I wonder how common that other case is? But I suppose that also in that case in an urban situation with pavement on the other side, there could well be a crossing.
This new quest is catching lots more crossings as is, which is great, so fair enough not wanting to change it much now
It would enormously simplify the code though if it is not checked for crossing the road anymore. On the other hand, I think some/many situations exist where there is a (foot and cycleway) path that branches of a street and the kerb is lowered at that position.
But it is not lowered at this position because there is a crossing, but it is lowered so that cyclists and service vehicles (gardeners etc.) can enter this path from the street.
So in cases like these, the app would still add highway=crossing to the node, which might be wrong (but is the whole point of the quest), e.g. on the other side of the road, there could be e.g. a colon of parking cars, so it's really not possible to cross the road at that point.
With the changes introduced from #3205, would it be suitable to also ask for case '4' (second row on the left) of here:
#398 (comment)
? i.e. when a path meets a road but does not cross it
When a path meets a road, there is often a crossing. Most often in urban environments and where there is a pavement (sidewalk) on the other side. Not sure f it's easy to check for the latter though.
The text was updated successfully, but these errors were encountered: