Skip to content

Commit 563c2e3

Browse files
author
caoxinke
committed
更换例子顺序
1 parent 3d9d4fd commit 563c2e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/mapboxgl/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ var exampleConfig = {
9494
"MapV": {
9595
name: "MapV",
9696
content: [
97-
{
98-
name: "北京村庄分布图",
99-
thumbnail: "mapvBeijingVillage.png",
100-
fileName: "mapvBeijingVillage"
101-
},
10297
{
10398
name: "通勤图",
10499
thumbnail: "mapvCsvcar.png",
@@ -134,6 +129,11 @@ var exampleConfig = {
134129
thumbnail: "mapvQianxi.png",
135130
fileName: "mapvQianxi"
136131
},
132+
{
133+
name: "北京村庄分布图",
134+
thumbnail: "mapvBeijingVillage.png",
135+
fileName: "mapvBeijingVillage"
136+
}
137137
]
138138
}
139139
}

0 commit comments

Comments
 (0)