Skip to content

Commit e955612

Browse files
【fix】 漏提交目标检测例子图片
1 parent 01f2a45 commit e955612

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

examples/mapboxgl/config.js

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,16 +564,16 @@ var exampleConfig = {
564564
name_en: 'iServer REST Data VectorTile(20 million Point)',
565565
version: '10.0.0',
566566
localIgnore: true,
567-
thumbnail: "mvtVectorTile_restdata.png",
568-
fileName: "mvtVectorTile_restdata"
567+
thumbnail: 'mvtVectorTile_restdata.png',
568+
fileName: 'mvtVectorTile_restdata'
569569
},
570570
{
571-
name: "POI 标签高亮",
572-
name_en: "POI Label Highlight",
573-
version: "10.1.3",
571+
name: 'POI 标签高亮',
572+
name_en: 'POI Label Highlight',
573+
version: '10.1.3',
574574
localIgnore: true,
575-
thumbnail: "mvt_poi_highlight.png",
576-
fileName: "mvtVectorTile_poi_highlight"
575+
thumbnail: 'mvt_poi_highlight.png',
576+
fileName: 'mvtVectorTile_poi_highlight'
577577
}
578578
]
579579
},
@@ -1319,6 +1319,13 @@ var exampleConfig = {
13191319
version: '10.1.3',
13201320
thumbnail: 'landcoverClassification.png',
13211321
fileName: 'landcoverClassification'
1322+
},
1323+
{
1324+
name: '目标检测',
1325+
name_en: 'Object Detection',
1326+
version: '10.1.3',
1327+
thumbnail: 'object_detection.png',
1328+
fileName: 'objectDetection'
13221329
}
13231330
]
13241331
}
45.5 KB
Loading

0 commit comments

Comments
 (0)