-
Notifications
You must be signed in to change notification settings - Fork 819
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
highway=turning_circle should be proportionally smaller on highway=service #326
Comments
Thank you for reporting that. Unfortunately, the turning_circle itself does not have a tag that registers on what type of highway it is, and getting information from connecting roads is not that easy. Does anyone have an idea on how to handle this? |
the type of road that the turning circle is on is already computed. The tag Line 209 in 8a270f7
The problem is that we don't take into account the |
Ah, I see. Taking into account INT-minor would involve a change to the osm2pgsql style, right? |
No, openstreetmap-carto/project.mml Line 676 in 8a270f7
And of course, since we're using it for the width of the service roads, we can also use it for the diameter of the turning circles by copying the sql around. |
Ok, in the case I can implement this. |
on highway=service
http://www.openstreetmap.org/?mlat=50.0722&mlon=19.9207#map=16/50.0722/19.9207
on highway=residential
http://www.openstreetmap.org/?mlat=50.0822&mlon=19.8926#map=16/50.0822/19.8926
The text was updated successfully, but these errors were encountered: