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
Map should slowly fade in, and when panning around, the newly loaded tiles should slowly fade in too.
Actual Behavior
Map immediately appears, and when panning around, the newly loaded tiles immediately appear.
Possible explanation
I haven't gone through the code, but I think the bug could be related to #4072. It looks like the top gif in the post has tiles which fade in, where the tiles in the gif below immediately appears. The two gifs are before/after the changes in the pull request.
Code for Demonstration
Paste the code below into https://jsbin.com. The map should slowly fade in. Then change the versions in the code to 4.3.0. Now the map immediately appears.
Thanks for taking the time to report this issue and suggest what might have been the PR that broke the behavior. @wagewarbler can you take a look at this and see if the PR you made caused this issue?
FYI this is on my radar to look into. Work is keeping me busy through the end of the month, but I should have some time in December to dig into this and hopefully get a fix worked out.
maplibre-gl-js version:
Working version:
4.2.0
Bug versions:
4.3.0
to5.0.0-pre6
(latest version I tested)browser:
Chrome Version 130.0.6723.91 on Ubuntu 22.04.
Steps to Trigger Behavior
raster-fade-duration
to 5000 (or a high number so the fade should be very clear).4.2.0
it slowly fades in, and with4.3.0
and later it immediately appears.Link to Demonstration
https://jsbin.com/qozahopeci/edit?html,output . The map should slowly fade in. Then change the versions in the code to
4.3.0
and run again. Now the map immediately appears.Expected Behavior
Map should slowly fade in, and when panning around, the newly loaded tiles should slowly fade in too.
Actual Behavior
Map immediately appears, and when panning around, the newly loaded tiles immediately appear.
Possible explanation
I haven't gone through the code, but I think the bug could be related to #4072. It looks like the top gif in the post has tiles which fade in, where the tiles in the gif below immediately appears. The two gifs are before/after the changes in the pull request.
Code for Demonstration
Paste the code below into https://jsbin.com. The map should slowly fade in. Then change the versions in the code to
4.3.0
. Now the map immediately appears.The text was updated successfully, but these errors were encountered: