Skip to content
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

Footway with oneway render as counter flow #289

Closed
Florimondable opened this issue Jan 22, 2020 · 2 comments
Closed

Footway with oneway render as counter flow #289

Florimondable opened this issue Jan 22, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@Florimondable
Copy link
Member

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

@Phyks Phyks added the bug Something isn't working label Jan 23, 2020
@Phyks
Copy link
Member

Phyks commented Jan 23, 2020

This is coming from https://github.com/cyclosm/cyclosm-cartocss-style/blob/master/project.mml#L2234-L2235

I guess it should read:

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?

@Florimondable
Copy link
Member Author

oneway apply only on vehicles not pedestrians (see wiki page)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants