Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Corrected zoom radii in examples
Fixed end attributes in examples
  • Loading branch information
rjksmith committed Jun 6, 2019
1 parent 7690882 commit 2cf2d0d
Showing 1 changed file with 9 additions and 9 deletions.
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 2cf2d0d

Please sign in to comment.