Cesium.when(this_.promise, function(layers){
this_.layer1 = this_.scene.layers.find('T3ge@NUM16');
this_.layer1.setQueryParameter({
url: 'http://localhost:8090/iserver/services/data-single-3/rest/data',
dataSourceName: "NUM16", //对应数据源名称,数据服务
dataSetName:"T3ge", //对应数据集名称,数据服务
isMerge: true,
keyWord: 'SmID'
});
您好,数据服务我选择这样打开的
这是数据源对应的三维模型,现在遇到的问题是:我得到了某个窗户的数据信息(但是只有自定义字段,没有系统字段,在三维模型里也添加了自定义字段),我怎么能根据这些数据信息去追踪到是哪扇窗户呢?是不是必须要把SMID字段也给保存下来才可以?