Skip to content

Commit

Permalink
Merge pull request #1443 from away-team-software/gh-pages
Browse files Browse the repository at this point in the history
Updated WebVMT Editor's Draft
  • Loading branch information
rjksmith authored Nov 6, 2024
2 parents 4d84d0c + 4902433 commit 73842ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proposals/geotagging/webvmt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,14 +598,14 @@ <h2>Data Synchronization</h2>

NOTE Cat, top left, after 5 secs until 25 secs

00:00:05.000 —> 00:00:25.000
00:00:05.000 —-&gt; 00:00:25.000
{ “sync”: { “type”: “org.ogc.geoai.example”, “data”:
{ “animal”:”cat”, “frame-zone”:”top-left" }
} }

NOTE Dog, mid right, after 10 secs until 40 secs

00:00:10.000 —> 00:00:40.000
00:00:10.000 —-&gt; 00:00:40.000
{ “sync”: { “type”: “org.ogc.geoai.example”, “data”:
{ “animal”: ”dog”, “frame-zone”: ”middle-right" }
} }
Expand Down Expand Up @@ -4016,7 +4016,7 @@ <h2>CSS Cascades</h2>

NOTE Red or green?

00:00:00.000 --> 00:00:25.000
00:00:00.000 --&gt; 00:00:25.000
{ "circle": { "lat": 51.504789, "lng": -0.078642, "rad": 20 } }
</pre>
<p>
Expand Down

0 comments on commit 73842ff

Please sign in to comment.