-
Notifications
You must be signed in to change notification settings - Fork 14
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
Partially missing terrain at zoom 9 #183
Comments
Hmm, I haven't seen this yet myself. Can you check the console any warnings/errors when this occurs? I'm wondering if it could be a problem with GL texture binding or the texture getting prematurely freed (just speculation). We know the normal texture loaded OK, because one of the other texture tints is rendering properly. |
Can you also let me know what browser(s) you've seen it in? |
No console errors in either browser for me. |
I've also only seen this happening at zoom 9. Zoom out to zoom 8 and the same place will render correctly, zoom in to 10 and it'll also render correctly. |
Looks like the MVT format is missing land layer entirely (while other formats include land layer content). So likely an MVT encoding geometry validity problem. |
Drawing earth layer as red (no rasters/terrain): Hat tip to @meetar for tracing this to the data source change. |
Sometimes it seems like tiles can be "partially missing" terrain. I've only seen this happen at zoom 9. The colourised terrain for parks or forests seems to show, but not the "background" grey terrain. For example, around Marin, near San Francisco, USA:
Or around Copenhagen, Denmark:
I've looked at the terrain tiles (normal PNGs) which are being loaded, and nothing seemed immediately off about them. However, the effect does reappear across
Ctrl-Shift-R
and in an Incognito window, which suggests it might be something to do with the data, or how it's styled.The text was updated successfully, but these errors were encountered: