美文网首页
添加场景全部s3m图层

添加场景全部s3m图层

作者: 为梦齐舞 | 来源:发表于2020-09-17 10:39 被阅读0次
    $.ajax('http://xxx.xxx.xxx.xxx/iserver/services/3D-hebing9000/rest/realspace/scenes/hebing9000/layers.json',{
                            dataType:'json',//服务器返回json格式数据
                            type:'get',//HTTP请求类型
                            timeout:10000,//超时时间设置为10秒;
                            success:function(data){
                                data.forEach(function (e) {
                                    viewer.scene.addS3MTilesLayerByScp('http://xxx.xxx.xxx.xxx/iserver/services/3D-hebing9000/rest/realspace/datas/'+e.dataName+'/config',{name:e.dataName});
                                })
        
                            },
                            error:function(xhr,type,errorThrown){
                                
                            }
                        });
    

    相关文章

      网友评论

          本文标题:添加场景全部s3m图层

          本文链接:https://www.haomeiwen.com/subject/bpclyktx.html