-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Toggling map visibility causes crash #4083
Labels
Comments
It crashes from calling
|
Yep, faced the same problem. To be precise, problem appears at enabling a layer in case previously it was enabled and then disabled immediately, before complete render of tiles, like at the moment on screenshot. For me it's like half a sec, and for TS from gg even 2 seconds were enough to get an error. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/11JV-fgCW2s
The user says it seems to have been introduced in 1.20
Run this code and zoom in and out. The crash usually happens within a few toggles. There are also might be a z-ordering issues with the imagery layers after show has been toggled. It looks like the argcis tiles will randomly show above the black marble ones.
The text was updated successfully, but these errors were encountered: