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
Add basic rasterLayer with prepared custom Source with paint: { 'raster-fade-duration': 0 } . Any small values of 'raster-fade-duration' cause the unwanted effect. In my experiments values > 100 worked as expected.
Zoom in and out. Tiles from deeper levels remain.
Very big values paint: { 'raster-fade-duration': 5000 } give similar effect, but in this case map panning removes unwanted tiles.
mapbox-gl-js version:
affected since 2.11, 2.12, 2.13 (2.10 doesn't have this behavior)
browser:
Chrome, FF, Android Chrome,
Steps to Trigger Behavior
paint: { 'raster-fade-duration': 0 }
. Any small values of'raster-fade-duration'
cause the unwanted effect. In my experiments values > 100 worked as expected.paint: { 'raster-fade-duration': 5000 }
give similar effect, but in this case map panning removes unwanted tiles.Link to Demonstration
https://metoceanapi.github.io/wxtiles-mbox/bug4.html
Expected Behavior
No tiles from deeper levels remain with
paint: { 'raster-fade-duration': 0 }
As in MapBox v2.10
The text was updated successfully, but these errors were encountered: