1
0
Fork 0

Curt Olson:

Added a --runway= option which can be used in conjunction with the --airport=
option to specify a starting airport + specific runway.  If you don't specify
a runway, you get the one that's closest to your specified (or default)
heading.
This commit is contained in:
curt 2002-11-17 04:02:58 +00:00
parent 9a8a84e128
commit 0813c05acb
2 changed files with 8 additions and 0 deletions

View file

@ -133,6 +133,7 @@
<!-- Position and Orientation options -->
<position-options>Initial Position and Orientation</position-options>
<airport-id-desc>Specify starting position by airport ID</airport-id-desc>
<runway-no-desc>Specify starting runway (must also specify an aiport)</runway-no-desc>
<offset-distance-desc>Specify distance to threshold</offset-distance-desc>
<offset-azimuth-desc>Specify heading to threshold</offset-azimuth-desc>
<lon-desc>Starting longitude (west = -)</lon-desc>

View file

@ -307,6 +307,13 @@
<brief/>
</option>
<option>
<name>runway</name>
<arg>rwy_no</arg>
<description>strings/runway-no-desc</description>
<brief/>
</option>
<option>
<name>offset-distance</name>
<arg>nm</arg>