I am getting below errors as soon as i switch from 2D (openlayers 3) to 3D 
(Ol3Cesium):

Cesium.js:430 An error occurred in "yg": Failed to obtain image tile X: 723 
Y: 412 Level: 10.
Cesium.js:430 An error occurred in "yg": Failed to obtain image tile X: 722 
Y: 411 Level: 10.
Cesium.js:430 An error occurred in "yg": Failed to obtain image tile X: 722 
Y: 412 Level: 10.
Cesium.js:430 An error occurred in "yg": Failed to obtain image tile X: 722 
Y: 410 Level: 10.
........
........


I dont want my application do these unwanted disk access. How can i fix 
this?

I am using below layer in my map. This layer is loading the tile images.

this.osmLayer = new ol.layer.Tile({     
      source: new ol.source.OSM({
        url: '/tiles/localtiles/{z}/{x}/{y}.png',
        maxZoom: 15,
        crossOrigin: 'anonymous'
      })
    });

Please guide.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenLayers Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to openlayers-dev+unsubscr...@googlegroups.com.
To post to this group, send email to openlayers-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/openlayers-dev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/openlayers-dev/26c1db8f-ea5a-4c42-a196-9b4cb0ca4147%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to