-
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
Do not render link roads until z12 #2601
Do not render link roads until z12 #2601
Conversation
I suppose you mean z<12. Could this result in gaps in cases like here: |
Yep.
Likely yes. Unfortunately Luxembourg doesn't seem to have a case like this. |
It reduces clutter which is great but on the other hand it leads to gaps at junctions and there are also some longer link passages that could have some relevance on < z12. Compare https://www.openstreetmap.org/#map=11/48.0510/16.4991 of Vienna's south east with So I'm leaning a bit to the negative side due to the side effects, but otherwise it would be a good improvement. |
Thanks for the examples! |
Lately I've gone for starting rendering of links at z10 in my projects. I've found if I increase that it leads too too many problems of gaps. |
We probably need to consider
You might also consider some fancy logic only removing topologically redundant links but that is probably too expensive for us. |
After thinking about it more this could probably work. Calculating the connecting road class is probably not doable, but render all motorway links with a primary color could be nice. |
Perhaps instead of z12 (proposed) or z9 (current) we could go with something between them? |
As this has cartography changes, this PR is currently held up by the feature freeze until 4.0.0 has been released. |
This improves rendering on mid zoom levels by smoothing up the highways.
625d030
to
d8f4ea3
Compare
Thanks for all comments. I have changed the PR to only drop link roads up to z11 (rather than z12). Merged. |
Hm, I have the impression that recently it doesn't matter any more so much if others have concerns about changes. They get merged anyway. I think that decreases quality. |
Also: Didn't we have the requirement that there has to be at least one approving review? |
You're right, I reverted this merge. As it is not possible to re-open a PR, I created a new PR here: #2758 Could some of you please review it? |
I have warned about problem with reviews lately. Lack of discussion seems to be a bigger factor regarding quality than making informed decision. |
Sorry, I'm not sure if I understand what you mean with you last commebt? |
It was response to both @nebulon42 comments. |
This improves rendering on mid zoom levels by smoothing up the highways.
Before:
After:
This becomes especially important after implementing something like #2194 (comment):
Before:
After: