Skip to content

Commit c7b6872

Browse files
committed
【fix】docs
1 parent 5f3045c commit c7b6872

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build/jsdocs/maplibregl/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"src/common/components/templates/Select",
6363
"src/common/security/KeyServiceParameter",
6464
"src/common/components/templates/TemplateBase",
65-
"src/mapboxgl/core/Util",
66-
"src/mapboxgl/overlay/L7/l7-render"
65+
"src/maplibregl/core/Util",
66+
"src/maplibregl/overlay/L7/l7-render"
6767
]
6868
},
6969
"plugins": ["plugins/markdown", "../plugins/usage", "../plugins/moduleCategories"],

src/mapboxgl/overlay/VideoLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { bbox, polygon } from '@turf/turf';
99
/**
1010
* @class VideoLayer
1111
* @category Visualization Video
12+
* @classdesc 视频图层,用于将配准后的视频、视频流(HLS(m3u8)、HTTP-FLV)叠加至地图上。
1213
* @modulecategory Overlay
1314
* @version 11.2.0
1415
* @param {Object} options - 构造参数。

0 commit comments

Comments
 (0)