Skip to content

Commit

Permalink
去掉例子es6语法
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxianhuii committed Jan 4, 2024
1 parent 4eece56 commit d3e5dad
Show file tree
Hide file tree
Showing 12 changed files with 670 additions and 644 deletions.
6 changes: 6 additions & 0 deletions examples/leaflet/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ var exampleConfig = {
name_en: "dataset information service",
thumbnail: "02_datasetService.png",
fileName: "02_datasetService"
},
{
name: "要素编辑",
name_en: "draw and edit features",
thumbnail: "drawAndEditFeatures.png",
fileName: "drawAndEditFeatures"
}]
},
"theme": {
Expand Down
313 changes: 147 additions & 166 deletions examples/leaflet/drawAndEditFeatures.html

Large diffs are not rendered by default.

Binary file added examples/leaflet/img/drawAndEditFeatures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions examples/mapboxgl/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ var exampleConfig = {
name_en: 'dataset information service',
thumbnail: '02_datasetService.png',
fileName: '02_datasetService'
},
{
name: "要素编辑",
name_en: "draw and edit features",
thumbnail: "drawAndEditFeatures.png",
fileName: "drawAndEditFeatures"
}
]
},
Expand Down
338 changes: 174 additions & 164 deletions examples/mapboxgl/drawAndEditFeatures.html

Large diffs are not rendered by default.

Binary file added examples/mapboxgl/img/drawAndEditFeatures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions examples/maplibregl/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ var exampleConfig = {
name_en: 'dataset information service',
thumbnail: '02_datasetService.png',
fileName: '02_datasetService'
},
{
name: "要素编辑",
name_en: "draw and edit features",
thumbnail: "drawAndEditFeatures.png",
fileName: "drawAndEditFeatures"
}
]
},
Expand Down
340 changes: 175 additions & 165 deletions examples/maplibregl/drawAndEditFeatures.html

Large diffs are not rendered by default.

Binary file added examples/maplibregl/img/drawAndEditFeatures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions examples/openlayers/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ var exampleConfig = {
name_en: "dataset information service",
thumbnail: "02_datasetService.png",
fileName: "02_datasetService"
},
{
name: "要素编辑",
name_en: "draw and edit features",
thumbnail: "drawAndEditFeatures.png",
fileName: "drawAndEditFeatures"
}]
},
"theme": {
Expand Down
Loading

0 comments on commit d3e5dad

Please sign in to comment.