webgl可以参考http://support.supermap.com.cn:8090/webgl/examples/editor.html#S3MTiles
你主要检查查询参数设置得对不对,数据源名,数据集名,关联字段,以及数据服务url能否正常访问,节点位置对不对。
把S3MTiles.html中的
//添加S3M图层服务 var promise = scene.addS3MTilesLayerByScp(URL_CONFIG.SCP_JINJIANG, { name: 'jinjiang' });
改成
再浏览S3MTiles.html,就只出现星空背景
var promise = scene.open('http://www.supermapol.com/realspace/services/3D-jinjiang/rest/realspace');
S3MTiles.html是iClient3D中的example,用的服务来自http://www.supermapol.com/。有差别?