Skip to content

Commit 616e0b9

Browse files
调整微件的模块说明 review by songym
1 parent 9f0e8d0 commit 616e0b9

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

build/deps.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,13 @@ deps = {
545545
"des_en": "Logo control"
546546
}]
547547
},
548+
},
549+
550+
"Widget":{
551+
"title": "微件",
552+
"description": "微件模块",
553+
"description_en": "Widget module",
554+
548555
"OpenFile": {
549556
"name": "打开文件微件",
550557
"src": [
@@ -611,7 +618,8 @@ deps = {
611618
"des_en": "Data service query"
612619
}]
613620
},
614-
}
621+
622+
},
615623

616624
},
617625

examples/locales/zh-CN/resources.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ window.examplesResources = {
8888
"title_bufferAnalyst2": "缓冲区分析二",
8989
"title_closestFacilitiesService": "最近设施分析",
9090
"title_densityAnalystService": "核密度分析",
91-
"title_dynamicSegmentation": "动态分段",
91+
"title_dynamicSegmentation": "动态分析",
9292
"title_findLocation": "选址分区分析",
9393
"title_findMTSPPathsService": "多旅行商分析",
9494
"title_findMTSPPathsAndTSPPaths": "多旅行商分析(综合应用)",
@@ -231,7 +231,7 @@ window.examplesResources = {
231231
"title_themeLabel": "标签专题图",
232232
"title_themeLabelLayer": "标签专题图层",
233233
"title_themePM2_5": "空气质量指数专题图",
234-
"title_themeRange": "范围分段专题图",
234+
"title_themeRange": "分段专题图",
235235
"title_themeUnique": "单值专题图",
236236
"title_topologyValidatorJobService": "拓扑检查分析",
237237
"title_vectorClipService": "矢量裁剪分析",
@@ -325,8 +325,8 @@ window.examplesResources = {
325325
"title_layerService": "SuperMap 图层信息",
326326
"title_tiledMapLayerNonEarth": "SuperMap REST 平面坐标系底图",
327327
"title_tiledMapLayerProj4": "自定义比例尺地图",
328-
"title_interpolationAnalystServiceKriging": "空间分析-普通克吕金插值分析",
329-
"title_interpolationAnalystServiceKrigingUniversal": "空间分析-泛克吕金插值分析",
328+
"title_interpolationAnalystServiceKriging": "普通克吕金插值分析",
329+
"title_interpolationAnalystServiceKrigingUniversal": "泛克吕金插值分析",
330330
"title_findMTSPPathsServiceLogistics": "网络分析服务-多旅行商分析(物流配送)",
331331
"title_findTSPPathsService": "网络分析服务-旅行商分析(质检巡查)",
332332
"title_graphicLayer": "高效率点图层-18万纽约出租车点",

examples/openlayers/echartsAnimatorCar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
};
8282
}));
83-
console.log(busLines);
83+
8484
return busLines;
8585
}
8686
}

examples/openlayers/echarts_linesDrawMillionsBeijingRoadsNetwork.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
});
112112

113113
dataCount += addedDataCount;
114-
console.log(dataCount);
114+
115115
fetchData(idx + 1);
116116
};
117117

0 commit comments

Comments
 (0)