Update app.py
Browse files
app.py
CHANGED
@@ -782,7 +782,7 @@ async(c, o, p, d, n, m, s)=>{
|
|
782 |
videoDome.videoTexture.video.oncanplaythrough = function () {
|
783 |
document.getElementById('seek').innerHTML = '';
|
784 |
for (var i=0; i<videoDome.videoTexture.video.duration; i++) {
|
785 |
-
document.getElementById('seek').innerHTML += '<a href="#" style="position:absolute;right:'+(56
|
786 |
}
|
787 |
play();
|
788 |
videoDome.videoTexture.video.oncanplaythrough = null;
|
|
|
782 |
videoDome.videoTexture.video.oncanplaythrough = function () {
|
783 |
document.getElementById('seek').innerHTML = '';
|
784 |
for (var i=0; i<videoDome.videoTexture.video.duration; i++) {
|
785 |
+
document.getElementById('seek').innerHTML += '<a href="#" style="position:absolute;right:'+(56-coords[i].lng/2)+'px;top:'+(56-coords[i].lat/2)+'px;" onclick="seek('+i+');"> '+i+' </a> ';
|
786 |
}
|
787 |
play();
|
788 |
videoDome.videoTexture.video.oncanplaythrough = null;
|