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 = {
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 }
You can’t perform that action at this time.
0 commit comments