HTML Overlays with LeafletJS

Playing with an HTML overlay that uses LeafletJS to overlay maps of trips over videos.

I have the script working well when tested in Firefox and Chrome. Shotcut however does not overlay the map. The marker is shown, but the map is replaced by a white square.

Should this be possible? Is there any issue with JS scripts that do live downloads of data from the Internet?

If the map image is loaded using the “http” transport then it should work, however if it is loaded using using the secure “https” transport then it will not work. The Qt Webkit used by Shotcut does not support https.

This topic was automatically closed after 90 days. New replies are no longer allowed.