加载CesiumLab切片的自定义地形,无法展示;
// 加载地形
viewer.terrainProvider = new Cesium.CesiumTerrainProvider({
url: 'http://192.168.1.201:8890/terrain/',
})
超图请求的地址会在terrain后面加/terrain/config,我就讲layer.config 改成了 config;;
您好,
webgl前端加载地形是需要以服务的形式加载的
url格式如下:
http://192.168.12.111:8090/iserver/services/3D-LanLiXiaoXue/rest/realspace/datas/gc_17@data
您可以在官方示例http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#terrainAndImagery
中的第60行,将url改为您目前的地址,如果不行说明格式不符合