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)
|
<lat-deg> - Latitude t place the cloud, in degrees (default 0)
|
||||||
<alt-ft> - Altitude to place the cloud, relative to the layer (!) in ft
|
<alt-ft> - Altitude to place the cloud, relative to the layer (!) in ft
|
||||||
(default 0)
|
(default 0)
|
||||||
|
<x-offset-m> - Offset in m from the lon-deg. +ve is south (default 0)
|
||||||
TODO: Add offset arguments for consistency with add-cloud.
|
<y-offset-m> - Offset in m from the lat-deg. +ve is east (default 0)
|
||||||
|
|
||||||
Deleting Individual Clouds
|
Deleting Individual Clouds
|
||||||
===========================
|
===========================
|
||||||
|
|
|
@ -87,6 +87,15 @@
|
||||||
</binding>
|
</binding>
|
||||||
</combo>
|
</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>
|
</group>
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
|
@ -674,6 +674,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<replay>
|
<replay>
|
||||||
<duration type="double">90</duration>
|
<duration type="double">90</duration>
|
||||||
<view type="int">1</view>
|
<view type="int">1</view>
|
||||||
|
<looped type="bool">true</looped>
|
||||||
</replay>
|
</replay>
|
||||||
|
|
||||||
<airport>
|
<airport>
|
||||||
|
|
Loading…
Reference in a new issue