Skip to content
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

Open
zerebubuth opened this issue May 18, 2017 · 6 comments
Open

Partially missing terrain at zoom 9 #183

zerebubuth opened this issue May 18, 2017 · 6 comments

Comments

@zerebubuth
Copy link

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:

image

Or around Copenhagen, Denmark:

image

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.

@nvkelso nvkelso added this to the v5.1.0 bike map v3 milestone May 18, 2017
@nvkelso nvkelso added the bug label May 18, 2017
@bcamper
Copy link
Member

bcamper commented May 22, 2017

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.

@bcamper
Copy link
Member

bcamper commented May 22, 2017

Can you also let me know what browser(s) you've seen it in?

@nvkelso
Copy link
Member

nvkelso commented May 22, 2017

  • Safari Version 8.0.8 (10600.8.9)
  • Chrome 58.0.3029.110

No console errors in either browser for me.

@nvkelso
Copy link
Member

nvkelso commented May 22, 2017

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.

@nvkelso
Copy link
Member

nvkelso commented May 22, 2017

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.

@bcamper
Copy link
Member

bcamper commented May 22, 2017

Drawing earth layer as red (no rasters/terrain):

screen shot 2017-05-22 at 4 12 29 pm

Hat tip to @meetar for tracing this to the data source change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants