Too many active webgl contexts #3065
Unanswered
dbauszus-glx
asked this question in
Q&A
Replies: 1 comment
-
You can get the html canvas from the map and get the webgl context, the rest is up to you and the browser basically... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With maplibre-gl v3.3.1 we create a multipage html document.
After 8 maps are added to the document we receive error warnings in regards to the number of active webgl contexts.
The oldest context will be removed.
Is there a way to make the rendered context inactive instead of removing?
Beta Was this translation helpful? Give feedback.
All reactions