// 需要通过iserver`服务地址`来加载场景 var promise = viewer.scene.open( '
https://www.supermapol.com/proxy/ac4cfd55b0cee14b/iserver/services/realspace_chinaprovinceyuanse_0p2kbrhr/rest/realspace' ); Cesium.when( promise, function (layers) { viewer.camera.setView({ destination: Cesium.Cartesian3.fromDegrees(106.55, 36.32, 6500000), orientation: { heading: Cesium.Math.toRadians(0.0), pitch: Cesium.Math.toRadians(-90.0), roll: 0.0 }, complete: function () {} }); addPoints(); }, function () { var title = '加载SCP失败,请检查网络连接状态或者url地址是否正确?'; widget.showErrorPanel(title, undefined, e); } ); destination: Cesium.Cartesian3.fromDegrees(106.55, 36.32, 6500000), 高度为6500000时 页面正常, 但是如果调整为7500000 地球和瓦片都消失了 使用的是cesium VERSION: "1.67"