hongfaqiu / TIFFImageryProvider

Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium
https://tiff-imagery-provider.opendde.com/?panel=layer
MIT License
70 stars 14 forks source link

在高纬度地区展示效果异常 #33

Closed lxzylllsl closed 4 months ago

lxzylllsl commented 4 months ago

您好,我使用这个插件展示全球的数据时,默认的展示效果在高纬度地区存在异常, 当缩放到某一level时,部分瓦片又能正常显示。

WX20240715-175742 WX20240715-175756

lxzylllsl commented 4 months ago

我尝试了 这样的方式设置地形数据,能够部分解决问题,但是在高纬度还是存在异常 const terrainLayer = await Cesium.CesiumTerrainProvider.fromIonAssetId(1);

this.cesiumViewer = new Cesium.Viewer(cesiumContainer, {
  terrainProvider: terrainLayer
});

WX20240715-231256@2x

hongfaqiu commented 4 months ago

@lxzylllsl 能否提供出现异常的文件?

lxzylllsl commented 4 months ago

global.tiff.zip 这是我使用的文件

hongfaqiu commented 4 months ago

@lxzylllsl 我在demo中打开的效果是正常的,使用的cesium版本是1.119.0 QQ_1721099779169 QQ_1721099824007

lxzylllsl commented 4 months ago

升级了cesium之后问题解决,谢谢您!