-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Fix imagery request render #6194
Conversation
@ggetz, thanks for the pull request! Maintainers, we have a signed CLA from @ggetz, so you can review this at any time. I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
@ggetz I'm seeing a crash if I alternate between
|
I'm also still seeing a problem where sometimes the tiles don't load in if I zoom in and double click the |
Just a reminder not to forget about this for next release, I've hit it several times today. |
@hpinkos I believe this is resolved. I moved the invalidate logic to right before we process the tile load queue. I am no longer seeing any errors when switching back and forth, and repeatedly clicking disable terrain always reload the globe. |
@ggetz, not sure if this is the same bug but I still see this in this branch:
|
@ggetz I'm still seeing issues here. If I double click the |
@hpinkos I don't think I can reproduce. The first time I hit If you comment out |
@ggetz I can show you when you're in the office |
@ggetz I just merged master and pushed it to your branch |
319c2ca
to
428c3cf
Compare
Thanks @ggetz! |
Fixes #6193
invalidateAllTiles
was not being called reliably at the correct time.