Skip to content

Commit fa35b3d

Browse files
committed
更改leaflet echartsEarthquake范例名称
更改leaflet mapVLayerPolygonBuildings范例名称 review by zhurc
1 parent 7a3ce60 commit fa35b3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/leaflet/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@ var exampleConfig = {
674674
fileName: "echartsCellMap"
675675
},
676676
{
677-
name: "2008到20017年地震情况统计",
678-
name_en: "2008 to 20017 years of earthquake statistics",
677+
name: "2008到2017年地震情况统计",
678+
name_en: "2008 to 2017 years of earthquake statistics",
679679
thumbnail: "l_echartsEarthquake.png",
680680
fileName: "echartsEarthquake"
681681
}
@@ -731,7 +731,7 @@ var exampleConfig = {
731731
thumbnail: "l_mapvLayer_polygon.png",
732732
fileName: "mapVLayerPolygon"
733733
}, {
734-
name: "北京",
734+
name: "北京乡镇分布",
735735
name_en: "village of beijing",
736736
thumbnail: "l_mapvLayer_polygonBuildings.png",
737737
fileName: "mapVLayerPolygonBuildings"

examples/locales/en-US/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ window.resources = {
456456
"title_echartsEarthquake":"Earthquake occurrences(2005-2016)",
457457
"title_l_echartsEarthquake":"Earthquake heat map (2000-2015)",
458458
"title_mapvLianjia":"Beijing house prices of Lianjia",
459-
"title_l_echartsEarthquake1":"2008 to 20017 years of earthquake statistics",
459+
"title_l_echartsEarthquake1":"2008 to 2017 years of earthquake statistics",
460460

461461

462462
"text_code": "Forward Match",

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ window.resources = {
457457
"title_l_echartsEarthquake":"2000年到2015年地震热力图",
458458
"title_mapvLianjia":"链家北京房价信息",
459459
"title_mapvLianjia_Beijing_price":"2018年2月北京房价",
460-
"title_l_echartsEarthquake1":"2008到20017年地震情况统计",
460+
"title_l_echartsEarthquake1":"2008到2017年地震情况统计",
461461

462462

463463

0 commit comments

Comments
 (0)