Skip to content

Commit

Permalink
【fix】docs
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Apr 29, 2024
1 parent 5f3045c commit c7b6872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/jsdocs/maplibregl/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"src/common/components/templates/Select",
"src/common/security/KeyServiceParameter",
"src/common/components/templates/TemplateBase",
"src/mapboxgl/core/Util",
"src/mapboxgl/overlay/L7/l7-render"
"src/maplibregl/core/Util",
"src/maplibregl/overlay/L7/l7-render"
]
},
"plugins": ["plugins/markdown", "../plugins/usage", "../plugins/moduleCategories"],
Expand Down
1 change: 1 addition & 0 deletions src/mapboxgl/overlay/VideoLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { bbox, polygon } from '@turf/turf';
/**
* @class VideoLayer
* @category Visualization Video
* @classdesc 视频图层,用于将配准后的视频、视频流(HLS(m3u8)、HTTP-FLV)叠加至地图上。
* @modulecategory Overlay
* @version 11.2.0
* @param {Object} options - 构造参数。
Expand Down

0 comments on commit c7b6872

Please sign in to comment.