We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
raster-fade-duration
0
GL JS always retains raster tiles if raster-fade-duration is set to 0.
It's most likely related to how we handle fading tiles in SourceCache.
mapbox-gl-js/src/source/source_cache.js
Lines 559 to 568 in bf9964e
Also related to #4034
https://codepen.io/stepankuzmin/pen/zYjNQWM
Parent tiles should replace children tiles
Children tiles are retained, parent tiles aren't drawn
The text was updated successfully, but these errors were encountered:
CustomSource
Successfully merging a pull request may close this issue.
GL JS always retains raster tiles if
raster-fade-duration
is set to0
.It's most likely related to how we handle fading tiles in SourceCache.
mapbox-gl-js/src/source/source_cache.js
Lines 559 to 568 in bf9964e
Also related to #4034
Steps to Trigger Behavior
raster-fade-duration
to0
Link to Demonstration
https://codepen.io/stepankuzmin/pen/zYjNQWM
Expected Behavior
Parent tiles should replace children tiles
Actual Behavior
Children tiles are retained, parent tiles aren't drawn
The text was updated successfully, but these errors were encountered: