mapbox / mapbox-studio-classic

https://www.mapbox.com/mapbox-studio/
BSD 3-Clause "New" or "Revised" License
1.14k stars 229 forks source link

Invalid tile contents #1552

Open flemmens opened 8 years ago

flemmens commented 8 years ago

Hi,

Since a few days there is an issue with some tiles from zoom 9 and over. As you can see on the screenshot, the rendering is correct for some tiles and messy for other ones. The issue happens only with terrain-v2 tiles (style without terrain or with terrain-v1 are working fine).

screenshot
springmeyer commented 8 years ago

Thanks for reporting. We are aware of the issue and @flippmoke is working on fixing this. /cc @jakepruitt

springmeyer commented 8 years ago

@flp-gpc - can you share what Mapbox Studio Classic version you are running? It is possible that upgrading to the latest - v0.3.5 will fix this problem.

flemmens commented 8 years ago

I use the last one 0.3.5. This is really an issue with the tiles, not with the software. For instance I got the same issue if I stream the tiles with Leaflet.

springmeyer commented 8 years ago

got the same issue if I stream the tiles with Leaflet.

What do you mean by this?

flemmens commented 8 years ago

If I display the tiles with leaflet like explained here: https://www.mapbox.com/mapbox.js/example/v1.0.0/plain-leaflet

I got the same display issue than showed on my screenshot, so I don't think the problem is related to mapbox studio.

springmeyer commented 8 years ago

@flp-gpc I've released a new version (v0.3.6) with an updated node-mapnik inside that may fix this issue. Can you test? https://www.mapbox.com/mapbox-studio-classic/

flemmens commented 8 years ago

Hi, It seems fixed, I don't see the issue anymore, thanks. Do you know if Mapbox made any change in the terrain-v2 tiles recently ? Is there a v3 planned ?