Skip to content

Commit 0a0b53c

Browse files
chenxianhuiixilanhuaweidapao
authored andcommitted
去掉例子es6语法
1 parent 75c4610 commit 0a0b53c

File tree

12 files changed

+670
-644
lines changed

12 files changed

+670
-644
lines changed

examples/leaflet/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ var exampleConfig = {
201201
name_en: "dataset information service",
202202
thumbnail: "02_datasetService.png",
203203
fileName: "02_datasetService"
204+
},
205+
{
206+
name: "要素编辑",
207+
name_en: "draw and edit features",
208+
thumbnail: "drawAndEditFeatures.png",
209+
fileName: "drawAndEditFeatures"
204210
}]
205211
},
206212
"theme": {

examples/leaflet/drawAndEditFeatures.html

Lines changed: 147 additions & 166 deletions
Large diffs are not rendered by default.
39.7 KB
Loading

examples/mapboxgl/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ var exampleConfig = {
175175
name_en: 'dataset information service',
176176
thumbnail: '02_datasetService.png',
177177
fileName: '02_datasetService'
178+
},
179+
{
180+
name: "要素编辑",
181+
name_en: "draw and edit features",
182+
thumbnail: "drawAndEditFeatures.png",
183+
fileName: "drawAndEditFeatures"
178184
}
179185
]
180186
},

examples/mapboxgl/drawAndEditFeatures.html

Lines changed: 174 additions & 164 deletions
Large diffs are not rendered by default.
31.5 KB
Loading

examples/maplibregl/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ var exampleConfig = {
154154
name_en: 'dataset information service',
155155
thumbnail: '02_datasetService.png',
156156
fileName: '02_datasetService'
157+
},
158+
{
159+
name: "要素编辑",
160+
name_en: "draw and edit features",
161+
thumbnail: "drawAndEditFeatures.png",
162+
fileName: "drawAndEditFeatures"
157163
}
158164
]
159165
},

examples/maplibregl/drawAndEditFeatures.html

Lines changed: 175 additions & 165 deletions
Large diffs are not rendered by default.
31.5 KB
Loading

examples/openlayers/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ var exampleConfig = {
179179
name_en: "dataset information service",
180180
thumbnail: "02_datasetService.png",
181181
fileName: "02_datasetService"
182+
},
183+
{
184+
name: "要素编辑",
185+
name_en: "draw and edit features",
186+
thumbnail: "drawAndEditFeatures.png",
187+
fileName: "drawAndEditFeatures"
182188
}]
183189
},
184190
"theme": {

0 commit comments

Comments
 (0)