From f7fa67dcc49b0b50ae2323b13facac69f2b5e495 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:24:15 +0200 Subject: Adding debian version 1.1.0-4. Signed-off-by: Daniel Baumann --- .../leaflet.js/layer/VideoOverlay.js | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 debian/missing-sources/leaflet.js/layer/VideoOverlay.js (limited to 'debian/missing-sources/leaflet.js/layer/VideoOverlay.js') diff --git a/debian/missing-sources/leaflet.js/layer/VideoOverlay.js b/debian/missing-sources/leaflet.js/layer/VideoOverlay.js new file mode 100644 index 0000000..2b8c0f7 --- /dev/null +++ b/debian/missing-sources/leaflet.js/layer/VideoOverlay.js @@ -0,0 +1,86 @@ +import {ImageOverlay} from './ImageOverlay'; +import * as DomUtil from '../dom/DomUtil'; +import * as Util from '../core/Util'; + +/* + * @class VideoOverlay + * @aka L.VideoOverlay + * @inherits ImageOverlay + * + * Used to load and display a video player over specific bounds of the map. Extends `ImageOverlay`. + * + * A video overlay uses the [`