-
Notifications
You must be signed in to change notification settings - Fork 119
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
Ref should be dropped in favor only of network and shield_text #1027
Comments
(ignore the sidewalk bit in the screenshot) |
In that same tile, here's a counter example where the
|
There's so many roads that only have |
If tile file size is an issue after #1172 let's pull this one into v1.1 milestone. |
We can't drop |
It looks like we already drop
Is that good enough for now? Or shall we try pushing the |
Doesn't seem like much of an issue. Let's address this in v2.0 when we strip off ref entirely in favor of network and shield_text. |
Now that we're relying on
network
andshield_text
(see #966) to do the heavy lifting instead ofref
, we should probably dropref
from low- and mid-zooms (or maybe entirely) and modify merge logic to use the shield bits instead.Probably only the singular
network
andshield_text
at zooms 0-8 and at 9+all_networks
andall_shield_texts
.Example:
The text was updated successfully, but these errors were encountered: