-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
label underscaling #189
Comments
yeah, noticed that too. Problem is that if we do this, we get a massive amount of collisions in the rtree. |
Adding a second rtree should solve this reasonably well. |
7c1fb59 adds back stencil clipping for labels because the pan tile often has the same labels in slightly different spots, which looks weird. However, this also makes this bug more visible. |
Do you remember if these were point or line labels? |
point labels. I'm talking about city labels being duplicated, one from the pan tile and once from the actual tile. |
#194 has two ideas about fixing that. Thinking about that now, I think B is the only one that would really work |
We need to place labels at least a couple zoom levels lower than the tile zoom to prevent labels from flashing when zooming out.
The text was updated successfully, but these errors were encountered: