-
-
Notifications
You must be signed in to change notification settings - Fork 62
Promote / demote US roads #423
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
I think this solution is better than #422 since there are less vertices/features in the tiles. |
I'm curious to see before / after / comparisons between the approaches :)
Is this because the style in the other PR needs a paired update?
What's removing the vertices / features? Feature merging elsewhere? |
This smells like a styling issue where the Overzooming the images shows the same geometry vertexes are included in each before and after. The after draws them with a thinner styling. Going with this this data hack approach risks either creating flicker on the next zooms in when the real raw classification is shown, or perpetuates the reclassification giving false impression of the road classes (sometimes ok if just for early zooms). Spice to taste. |
Here is a demo of the roads layer with the changes of this pull request: |
Before: After: |
|
I think styling the roads based on the |
Alternative solution to #422, fixes display fragmentation of roads around zoom 6 in the US.
Has not been tested yet. I will upload an archive later.