-
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
Reprojected ImageryLayers cause a crash if show is toggled before the tiles have loaded #3832
Comments
Thanks for the code sample @denverpierce! |
Still happens in 1.21 7fc81f7 consistently. I mainly get it when loading tiles that are not in the browser cache, and it's very easy to trigger when loading tiles from a server that is particularly slow. P.S. gist loading is great. |
Thanks @denverpierce. I didn't let it run for long enough. It insta-crashed for me in 1.20 but not in master. I can confirm this is a still a problem though, so I re-opened the issue. |
@denverpierce are you able to still reproduce this one? I think we may have actually fixed it this time. I let it run for like 2 or 3 minutes and it didn't crash for me. In 1.21 it crashed in like 20 seconds |
Of @denverpierce if you are still having an issue, please re-open this. |
Yeah I haven't checked it, but fairly certain its the same as #4083 |
To reproduce, run the below in sandcastle 1.20, and zoom/pan until you get an uncached tile:
https://gist.github.com/denverpierce/72179dce5bbfd850df3c356f9df07ba6
This only happens with layers that require reprojection from webmercator and retrieving tiles from a 'slow' server and toggling the ImageryLayer's show property quickly.
The text was updated successfully, but these errors were encountered: