From c7b687294e22191780e9874a0fd9cb172913b973 Mon Sep 17 00:00:00 2001 From: songyumeng Date: Mon, 29 Apr 2024 17:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/jsdocs/maplibregl/docs.json | 4 ++-- src/mapboxgl/overlay/VideoLayer.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/jsdocs/maplibregl/docs.json b/build/jsdocs/maplibregl/docs.json index e4575dd3c..f3e0cdec9 100644 --- a/build/jsdocs/maplibregl/docs.json +++ b/build/jsdocs/maplibregl/docs.json @@ -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"], diff --git a/src/mapboxgl/overlay/VideoLayer.js b/src/mapboxgl/overlay/VideoLayer.js index 4a682ed50..65d05b7ef 100644 --- a/src/mapboxgl/overlay/VideoLayer.js +++ b/src/mapboxgl/overlay/VideoLayer.js @@ -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 - 构造参数。