Right now it says:
We could be more helpful with next steps, such as checking if webGL is disabled: https://get.webgl.org/webgl2/
Note: the relevant text is at wwwroot/languages/en/translation.json line 707 but do not search for "Terria Digital Twin" -- it has a template variable {{appName}}.
Also note: may want to have a look at these two messages together, to make sure they both are correct >>>
slowWebGLAvailableMessageII suggests slow-but-available WebGL, but it's actually used when Cesium completely fails to initialize [this ticket]. There's a separate slowWebGLAvailableMessage (line 706 in the translation file) that's never referenced from this catch block.
Right now it says:
We could be more helpful with next steps, such as checking if webGL is disabled: https://get.webgl.org/webgl2/
Note: the relevant text is at
wwwroot/languages/en/translation.jsonline 707 but do not search for "Terria Digital Twin" -- it has a template variable {{appName}}.Also note: may want to have a look at these two messages together, to make sure they both are correct >>>