Leaflet.DistortableImage
Leaflet.DistortableImage copied to clipboard
Distortion of video overlays (not a priority but fun)
I noticed that it's possible to do video overlays:
https://leafletjs.com/examples/video-overlay/
I wonder if it's possible to substitute videoOverlay
on the following line?
https://github.com/publiclab/Leaflet.DistortableImage/blob/6d2f73023500b03eb39881b252edb30f108d8eab/src/DistortableImageOverlay.js#L1
Hi Jeff, I think only adding VideoOverlay
woudn't work, we'll need videos in place of example.jpg
(Though I tried doing this, got errors, haha). Since we are using old version of this plugin, it's not able to identify VideoOverlay
, this is what I understand from the errors I get 😅