File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -564,16 +564,16 @@ var exampleConfig = {
564
564
name_en : 'iServer REST Data VectorTile(20 million Point)' ,
565
565
version : '10.0.0' ,
566
566
localIgnore : true ,
567
- thumbnail : " mvtVectorTile_restdata.png" ,
568
- fileName : " mvtVectorTile_restdata"
567
+ thumbnail : ' mvtVectorTile_restdata.png' ,
568
+ fileName : ' mvtVectorTile_restdata'
569
569
} ,
570
570
{
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' ,
574
574
localIgnore : true ,
575
- thumbnail : " mvt_poi_highlight.png" ,
576
- fileName : " mvtVectorTile_poi_highlight"
575
+ thumbnail : ' mvt_poi_highlight.png' ,
576
+ fileName : ' mvtVectorTile_poi_highlight'
577
577
}
578
578
]
579
579
} ,
@@ -1319,6 +1319,13 @@ var exampleConfig = {
1319
1319
version : '10.1.3' ,
1320
1320
thumbnail : 'landcoverClassification.png' ,
1321
1321
fileName : 'landcoverClassification'
1322
+ } ,
1323
+ {
1324
+ name : '目标检测' ,
1325
+ name_en : 'Object Detection' ,
1326
+ version : '10.1.3' ,
1327
+ thumbnail : 'object_detection.png' ,
1328
+ fileName : 'objectDetection'
1322
1329
}
1323
1330
]
1324
1331
}
You can’t perform that action at this time.
0 commit comments