94
edits
m (→Gallery) |
(replay timestamps [wip]) |
||
Line 247: | Line 247: | ||
</binding> | </binding> | ||
<!-- ... --> | <!-- ... --> | ||
</syntaxhighlight> | |||
== Replay timestamps == | |||
{{WIP}} | |||
[FGCamera v1.2.1] | |||
<syntaxhighlight> | |||
<PropertyList> | |||
<timestamp> | |||
... | |||
</timestamp> | |||
<timestamp> | |||
... | |||
</timestamp> | |||
... | |||
</PropertyList> | |||
</syntaxhighlight> | |||
<syntaxhighlight> | |||
<timestamp> | |||
<time-str>0:00.0</time-str> | |||
<jump-to>7:15.0</jump-to> <!-- optional --> | |||
<camera-id>0</camera-id> | |||
</timestamp> | |||
</syntaxhighlight> | |||
<syntaxhighlight> | |||
<timestamp> | |||
<time-str>0:00.0</time-str> | |||
<jump-to>5:25.8</jump-to> <!-- optional --> | |||
<click-camera> | |||
<latitude-deg>37.62122627018694</latitude-deg> | |||
<longitude-deg>-122.3981490730425</longitude-deg> | |||
<altitude-ft>27.42773406108862</altitude-ft> | |||
</click-camera> | |||
</timestamp> | |||
</syntaxhighlight> | </syntaxhighlight> | ||
edits