-
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
failed to invert matrix #5322
Comments
Thanks for the report @musicformellons. In order for us to diagnose this issue, we'll need to be able to reproduce it ourselves. Could you please create a minimal self-contained JSFiddle that demonstrates the issue? |
Here a fiddle with this behavior. It will freeze when you run it. The error appears not in the fiddle console, but in the browser console. When you comment out the offSet in the flyTo, it will run properly. errormessage in browser console:
|
Thanks! This looks like a variant of #4753 that wasn't fixed by #4761. cc @mollymerp |
Thanks for the report. The browser crash is because your |
I get this error. I see other issues relating to using fitbounds, but it looks more like this is triggered by zooming in/out. The chrome browser completely hangs on it and needs restarting.
I am on mapbox-gl-js 0.40.0
The text was updated successfully, but these errors were encountered: