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
«- il semble voir des contresens cyclables là où il n'y en a pas. Par exemple sur un objet comme celui-là, où il ne devrait pas être prévu de saumoner :
CASE
WHEN tags->'oneway:bicycle' IS NOT NULL THEN tags->'oneway:bicycle'
WHEN oneway IS NOT NULL THEN oneway
ELSE 'no'
END AS oneway_bicycle
(no check on highway=cycleway). I introduced it in 91ba498, I should not have been as strict.
Do you see any possible side effects?
BTW, is the tagging even correct? oneway should also apply to pedestrians, in theory, isn't it? I would expect such a way to be tagged with oneway:bicycle=yes instead. And what is a directional (oneway) bicycle shared (segregated=no) space with pedestrians?
issue from http://forum.velotaf.com/topic/19182-opencyclemap-cartographie-cycliste-participative/page__view__findpost__p__1016200
«- il semble voir des contresens cyclables là où il n'y en a pas. Par exemple sur un objet comme celui-là, où il ne devrait pas être prévu de saumoner :
bicycle yes
highway footway
oneway yes
segregated no»
https://www.cyclosm.org/#map=18/48.90245/2.24002/cyclosm
The text was updated successfully, but these errors were encountered: