Problem Using Browser Cache Offline

Hi,

Our application is sometimes used in environments with no internet connectivity. And using the browser cache as the map tile source is quite acceptable in our scenario.

If Cesium first loads when online, we have no problem using it offline afterwards. The browser cache loads beautifully. However, if we try to start the application (and therefore Cesium) while offline, no map tiles are loaded.

Sorry for lacking details, but I have very little really. We are using an embedded CefSharp browser in C# based .NET application. And Chromium throws the following warning:

[0810/185229:WARNING:dns_config_service_win.cc(654)] Failed to read DnsConfig.

I can repeat the same scenario in a stand alone Firefox browser as well.

Regards,

Cihan

Hi,

The problem appears to be Bing Maps specific. OpenStreetMapImageryProvider runs as desired. Unfortunately, we need a blue marble imagery provider.

While opening Cesium offline with Bing Maps Imagery Provider, Cesium becomes stuck at the following HTTP Request:

GET http://dev.virtualearth.net/REST/v1/Imagery/Metadata/Aerial?incl=ImageryProviders&key=Aj1ony_-Typ-KjG9SJWiKSHY23U1KmK7yAmZa9lDmuF2osXWkcZ22VPsqmCt0TCt&jsonp=jsonp743552

Regards,

Cihan

Correct. Bing Maps does not allow offline use (not permitted by their terms of use). You will need to use a different imagery provider.

Thank you for the reply.