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
I want to use WEbglearth2 as offline.
I did everything and it's working well, except loading tiles. there is no world in the web browser, when I open.
and I understood that I should change CESIUM_BASE_URL in api.js. CESIUM_BASE_URL = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//www.webglearth.com/v2/';
I want to use WEbglearth2 as offline.
I did everything and it's working well, except loading tiles. there is no world in the web browser, when I open.
and I understood that I should change
CESIUM_BASE_URL
in api.js.CESIUM_BASE_URL = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//www.webglearth.com/v2/';
https://raw.githubusercontent.com/webglearth/webglearth2-offline/gh-pages/v2/api.js
How can I change it, and make completely offline map?
The text was updated successfully, but these errors were encountered: