You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a common problem with WebGL contexts not being cleaned up by the GC. A simple fix might be to put useWebGL: false after line 175 in _preLoadColorScale.
Not sure how to solve this.
I currently have tiled geotiffs that I would like to plot on the map. There are between 20-90 tiles depending on various scenarios.
After plotting about 10-12 tiles, every subsequent call throws "too many webgl contexts" warning on all browsers.
Also noticed that the calls made to the plotty library are different in draw and reset functions. One passes useWebGL: false and the other doesn't.
The text was updated successfully, but these errors were encountered: