2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
code:
var provider = new Cesium.WebMapServiceImageryProvider({
url : 'http://localhost:8080/Apps/geotiff.tif',
layers : '0',
proxy: new Cesium.DefaultProxy('/proxy/')
});
viewer.imageryLayers.addImageryProvider(provider);
below error found while processing:
An error occurred in "m": Failed to obtain image tile X: 0 Y: 0 Level: 0.
Cesium.js:477 An error occurred in "m": Failed to obtain image tile X: 1 Y: 0 Level: 0.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I want to load geotiff file on cesium map
4. The Cesium version you're using, your operating system and browser.
cesium 1.43
--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/R_OXng6v7aU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.