发布了地图数据服务,在服务器页面中可以打开,在项目中使用scene.open的方法,提示错误,求解答。
var promise = scene.open('http://localhost:8090/iserver/services/3D-BIM3/rest/realspace');
promise.then(function(layers){});