-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Standard Style CONTEXT_LOST_WEBGL #13273
Comments
Hi @shuabrannigan, What OS are you using? I wasn't able to reproduce it on Google Chrome 128.0.6613.138 on macOS 14.6.1. |
Hey @stepankuzmin So i am running macOS 13.0.1 , i tried my jsbin again, and it happened as i described, however it did take longer to fail than previously here is a screen grab of the console on failure, hopefully helpful. |
Thanks for more details, @shuabrannigan. Could you please also try reproducing it with the latest v3.7.0-beta.1? |
@stepankuzmin okay here is an update, i did not lose context using that beta in my jsbin from the brief test I did. here is the updated code jsbin i did get the following messages in the console but nothing killed the map, so issue seems resolved? |
Yeah, it appears that the root cause was fixed. The messages in the console are unrelated to the GL JS itself, so I'm considering this issue was fixed. Thanks! |
mapbox-gl-js version: v3.5.2
browser: Chrome Version 128.0.6613.119 (Official Build) (arm64)
Steps to Trigger Behavior
mapbox://styles/mapbox/standard
map.setFilter(...)
Link to Demonstration
jsbin
Expected Behavior
Actual Behavior
Additionally when i switch the style to
mapbox://styles/mapbox/streets-v12
i do not run into this issue.The text was updated successfully, but these errors were encountered: