Skip to content

Commit debff62

Browse files
committed
Leaflet示例IGServer/要素编辑检查与纠正
1 parent b36ca28 commit debff62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/leaflet/example/igserver/featureservice/multitudegeometryquery.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
//停止进度条
6565
stopPressBar();
6666
//将JSON对象转换成JSON字符串
67-
var formatData = JSON.stringify(result.result.ItemArray);
67+
var formatData = JSON.stringify(result.ItemArray);
6868
//将结果显示在指定的div上
6969
Process(formatData, 1, "resultShow");
7070
}

demo/leaflet/example/igserver/featureservice/objectclassquery.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
function querySuccess(result) {
4848
//将JSON对象转换成JSON字符串
49-
var formatData = JSON.stringify(result.result.ObjClsArray);
49+
var formatData = JSON.stringify(result.ObjClsArray);
5050
//将结果显示在指定的div上
5151
Process(formatData, 1, "resultShow");
5252
}

0 commit comments

Comments
 (0)