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
After launching a server from the current source (and using the updated data download scripts described in #97), I can manipulate the underlying spherical earth model, but I get the render error:
TypeError: Failed to execute 'putImageData' on 'CanvasRenderingContext2D': parameter 1 is not of type 'ImageData'.
Googling around for this error string, it seems to be common among a variety of projects and to be related to JSON serialization. Any thoughts?
EDIT: I should mention that this only happens in some browsers. For example, everything works in my Chrome installation but not my Brave installation. I will try to debug and post a fix.
The text was updated successfully, but these errors were encountered:
After launching a server from the current source (and using the updated data download scripts described in #97), I can manipulate the underlying spherical earth model, but I get the render error:
Googling around for this error string, it seems to be common among a variety of projects and to be related to JSON serialization. Any thoughts?
EDIT: I should mention that this only happens in some browsers. For example, everything works in my Chrome installation but not my Brave installation. I will try to debug and post a fix.
The text was updated successfully, but these errors were encountered: