Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
cfe9dc2328
3 changed files with 12 additions and 2 deletions
|
@ -83,8 +83,8 @@ property arguments.
|
|||
<lat-deg> - Latitude t place the cloud, in degrees (default 0)
|
||||
<alt-ft> - Altitude to place the cloud, relative to the layer (!) in ft
|
||||
(default 0)
|
||||
|
||||
TODO: Add offset arguments for consistency with add-cloud.
|
||||
<x-offset-m> - Offset in m from the lon-deg. +ve is south (default 0)
|
||||
<y-offset-m> - Offset in m from the lat-deg. +ve is east (default 0)
|
||||
|
||||
Deleting Individual Clouds
|
||||
===========================
|
||||
|
|
|
@ -87,6 +87,15 @@
|
|||
</binding>
|
||||
</combo>
|
||||
|
||||
<checkbox>
|
||||
<row>2</row><col>1</col>
|
||||
<halign>left</halign>
|
||||
<property>/sim/replay/looped</property>
|
||||
<label>Looped replay</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -674,6 +674,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<replay>
|
||||
<duration type="double">90</duration>
|
||||
<view type="int">1</view>
|
||||
<looped type="bool">true</looped>
|
||||
</replay>
|
||||
|
||||
<airport>
|
||||
|
|
Loading…
Reference in a new issue