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

One way arrows are not reversed correctly when oneway=-1 #63

Open
tommueller opened this issue Jan 9, 2013 · 1 comment
Open

One way arrows are not reversed correctly when oneway=-1 #63

tommueller opened this issue Jan 9, 2013 · 1 comment

Comments

@tommueller
Copy link

Hi,

just had the problem, that the arrows on a oneway street where heading in the wrong direction. Turned out that it is a oneway=-1 street. The Carto code in OSM Bright is

  [oneway=-1] { marker-file: url(img/icon/oneway-reverse.svg); }

But the oneway-value is not stored as integer in my osm2pgsql import, so I fixed this using:

  [oneway='-1'] { marker-file: url(img/icon/oneway-reverse.svg); }

Thanks for the beautiful start-off-theme!
Tom

@stevevance
Copy link

This fixed it for me! Thank you for catching this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants