Skip to content

Commit

Permalink
Merge pull request #1129 from w3c/rjksmith
Browse files Browse the repository at this point in the history
Update WebVMT examples & add video search diagrams
  • Loading branch information
rjksmith committed Jun 11, 2019
2 parents 54a68aa + 7b0e6c7 commit d6118d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions proposals/geotagging/webvmt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2>Map Presentation</h2>

MAP
lat:51.162,lng:-0.143
rad:500
rad:20000

00:00:03.000 --&gt;
{ "panto":
Expand Down Expand Up @@ -348,7 +348,7 @@ <h2>Comment Block</h2>

MAP
lat:51.506,lng:-0.076
rad:250
rad:500

NOTE Tower Bridge

Expand Down Expand Up @@ -438,7 +438,7 @@ <h2>CSS Style Block</h2>

MAP
lat:51.478,lng:-0.001
rad:100
rad:50

STYLE
::cue-map {
Expand Down Expand Up @@ -498,7 +498,7 @@ <h2>Animated Path</h2>

MAP
lat:51.1618,lng:-0.1428
rad:30000
rad:20000

NOTE London overview

Expand All @@ -509,14 +509,14 @@ <h2>Animated Path</h2>

00:00:02.000 --&gt;
{ "zoom":
{ "rad": 3000 }
{ "rad": 10000 }
}

NOTE From London Victoria...

00:00:03.000 --&gt;
{ "panto":
{ "lat": 50.830553, "lng": -0.141706, end: "00:00:25.000" }
{ "lat": 50.830553, "lng": -0.141706, "end": "00:00:25.000" }
}
{ "moveto":
{ "lat": 51.494477, "lng": -0.144753, "path": "cam1" }
Expand All @@ -536,7 +536,7 @@ <h2>Animated Path</h2>

00:00:27.000 --&gt;
{ "zoom":
{ "rad": 30000 }
{ "rad": 20000 }
}
</pre>
</section>
Expand All @@ -558,13 +558,13 @@ <h2>Animated Annotation</h2>

MAP
lat:51.0130,lng:-0.0015
rad:3000
rad:1000

NOTE Drone starts at (51.0130, -0.0015)

00:00:05.000 --&gt;
{ "panto":
{ "lat": 51.0070, "lng": -0.0020, end: "00:00:25.000" }
{ "lat": 51.0070, "lng": -0.0020, "end": "00:00:25.000" }
}
{ "moveto":
{ "lat": 51.0130, "lng": -0.0015, "path": "drone1" }
Expand Down

0 comments on commit d6118d9

Please sign in to comment.