You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching layer to 2d and back to 3d momentarily "fixes" the rendering, but zooming / panning triggers the issue again (the rendering issue only happens with the fill-extrusion layer even though both layer are rendering using the same tileset).
Thanks for ticketing with a minimal example, @StephaneAlie.
This bug seems to be specific to fill-extrusion layers. Changing the example @StephaneAlie provided to a fill layer type, instead of a fill-extrusion layer type with fill-extrusion-height set to zero, fixes the low-zoom tiles still loaded & rendered issue.
@StephaneAlie - we merged #6803 into v0.49 of gl-js which should have fixed 90% of the bugs captured in #6768. Let us know if you're still seeing a bug in your application after upgrading to the latest version.
mapbox-gl-js version: 0.45.0
browser: Chrome 66.0.3359.181
Steps to Trigger Behavior
Link to Demonstration
https://jsfiddle.net/9ou7r119/5/
Expected Behavior
Map should not render tiles from lower zoom level
Actual Behavior
Map renders tiles from lower zoom level.
This is most likely a variant of #6560
The text was updated successfully, but these errors were encountered: