-
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
Construction highways width optimizations #2595
Comments
Anybody willing to fix this? Should be rather easy. |
I could do it, but aren’t the widths of tertiary and secondary going to
change soon as part of the shift to purple motorways?
…On Sat, Dec 1, 2018 at 2:09 PM kocio-pl ***@***.***> wrote:
Anybody willing to fix this? Should be rather easy.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2595 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoxshHqTx4-HomuUmBVXce4tXyQDl1z6ks5u0g8PgaJpZM4Mob_M>
.
|
It's not even given that this will be approved or good enough, and if it will, it might take some time, so I wouldn't care - go ahead. This one is more important tuning anyway. |
I've been working on this. It's not a simple fix, because there are multiple issues with the current highway=construction rendering, several of which are hidden by the narrow width of the lines.
Should I open a new issue for these problems, or just address them in the PR? |
In general I like more compact code, but your code is usually packed with changes, so I prefer more independent PRs. But you may discuss problems here, I guess. |
One more issue:
|
I've opened a PR (#3580) to address the main issue: small roads render wider than they should. This PR will also address: 3. "Highway=construction with construction=null or =road and =track, =footway, etc currently render with a dark blue-gray color, which can look quite similar to an intermittent stream or river," and 5." Highway=construction with construction=road, =pedestrian, =living_street and =raceway currently render starting at z12. In fact, all highway=construction without construction=* are rendering at this level, and all unspecified values of construction=* get rendered at z12". I believe this PR can close this issue; I have opened a new issue for the remaining problems with highway=construction rendering that I mentioned recently: issue #3579 |
Related to #2477.
Highways under construction (
construction=*
) should have the same width like their finished counterparts (highway=*
) on a given zoom level.For example residential highways under construction are much wider on lower zooms than residential roads. See also the image linked in #2477.
The text was updated successfully, but these errors were encountered: