Hi,
My tif image has coordinate information.
How can I load it into Cesium?
What tools do I need?
thank you.
Chris
Hi,
My tif image has coordinate information.
How can I load it into Cesium?
What tools do I need?
thank you.
Chris
Hi
I have made my image into tiles.
But the region that covered become green when tiles are loaded into Cesium by using TileMapServiceImageryProvider.
mycode:
layers.addImageryProvider(new Cesium.TileMapServiceImageryProvider({
url : ‘…/Apps/campusimages/tiles3’,
rectangle : Cesium.Rectangle.fromDegrees(121.4408950159029814,31.0252152249088553,121.4580167730065767,31.0405220999256741)
}));
hope to find answer
在 2015年9月2日星期三 UTC+8下午2:41:52,Chris Wang写道: