首页 / 浏览问题 / 云GIS / 问题详情
查询三维数据只有一个ID
54EXP 2022年02月15日
发布的s3m图层服务 加载到前端 用viewer.pickEvent.addEventListener点击查询出来的feature没有属性值

1个回答

您好,这个是要结合数据服务一起用的。需要结合的代码如下:                

               layer.setQueryParameter({
                    url:"http://www.supermapol.com/realspace/services/data-BIMbuilding/rest/data",
                    dataSourceName : "BIMBuilding",
                    isMerge : true
                });

具体可以参考下官网示例: http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#S3MTiles_BIM

1,504EXP 2022年02月16日
...