Skip to content

Commit 7542f29

Browse files
committed
【fix】fix英文例子界面一些单词 格式 review by zhurch
1 parent 63e192e commit 7542f29

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/classic/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var exampleConfig = {
132132
content: {
133133
"vectorLayer": {
134134
name: "矢量图层",
135-
name_en: "Vector_layer",
135+
name_en: "Vector layer",
136136
content: [{
137137
name: "矢量图形数据",
138138
name_en: "vector layer data",
@@ -979,7 +979,7 @@ var exampleConfig = {
979979
thumbnail: "OGC_GeoJSON.png",
980980
fileName: "OGC_GeoJSON"
981981
}, {
982-
name: "WFS 查询",
982+
name: "WFS查询",
983983
name_en: "WFS query",
984984
thumbnail: "OGC_queryByWFS.png",
985985
fileName: "OGC_queryByWFS"

examples/locales/en-US/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ window.examplesResources = {
7979
"mapping": "Third Party Map",
8080
"others": "Others",
8181
"3D-WebGL": "3D-WebGL",
82-
"multiCoordSys": "Multi-coordinate System"
82+
"multiCoordSys": "Multiple CRS"
8383

8484
},
8585
"more": {

examples/locales/zh-CN/resources.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ window.examplesResources = {
145145
"title_mapVLayerHoneycomb": "MapV 蜂巢图",
146146
"title_mapVLayerPolylineSimple": "MapV 简单线",
147147
"title_GeoJSON": "GeoJSON数据展示",
148-
"title_queryByWFS": "WFS 查询",
148+
"title_queryByWFS": "WFS查询",
149149
"title_wcs": "WCS图层",
150150
"title_wms": "WMS图层",
151151
"title_wmtsLayer": "WMTS图层",
@@ -622,7 +622,7 @@ window.examplesResources = {
622622
"text_toggleMaps": "底图切换",
623623
"text_translation": "缩放与平移",
624624
"text_iClient9": "示例数据来源为百度MapV的加偏数据,iClient9未做纠偏处理",
625-
"text_queryByWFS": "WFS 查询",
625+
"text_queryByWFS": "WFS查询",
626626
"text_wms": "WMS图层",
627627
"text_projection": "地图投影系",
628628
"text_wmsVersion": "wms版本:",

examples/mapboxgl/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ var exampleConfig = {
843843
},
844844
"multiCoordSys": {
845845
name: "多坐标系",
846-
name_en: "Multi-coordinate System",
846+
name_en: "Multiple CRS",
847847
version: "9.1.1",
848848
// localIgnore: true,
849849
content: {
@@ -966,7 +966,7 @@ var exampleConfig = {
966966
},
967967
{
968968
name: "地震数据(Classic)_WGS84",
969-
name_en: "Earthquake Data WGS84",
969+
name_en: "Earthquake Data WGS84(Classic)",
970970
version: "9.1.1",
971971
thumbnail: "heatMapLayer_earthQuake_iclient_4326.png",
972972
fileName: "earthquakeHeatMapIclient"

0 commit comments

Comments
 (0)