1
0
Fork 0
flightgear/src
mfranz f65dbf5538 add airportinfo() function, which returns airport/runway data:
Usage:  airportinfo("KSFO");
        airportinfo(37, 122);  # airport closest to lat/lon
        airportinfo();         # airport closest to current position

Returns nil on error, or a data hash otherwise. Example:

  # length of runway 28R
  var len = airportinfo("KSFO").runways["10L"].length;

Note that only one side of a runway is returned.
2007-10-02 15:31:03 +00:00
..
AIModel Win32 fix and add a reminder in an unfinished function 2007-08-12 13:38:36 +00:00
Aircraft Modified Files: 2007-01-07 11:50:39 +00:00
Airports Fix for runway search glitch 2007-09-23 20:55:55 +00:00
ATC increase range of searched and displayed frequencies 40 -> 50 nm 2007-06-22 18:12:31 +00:00
Autopilot Harald JOHNSEN: initialize elapsedTime 2007-07-09 17:15:11 +00:00
Cockpit don't draw minor ticks where major ticks are to be drawn 2007-09-30 10:06:28 +00:00
Environment Corrected atmosphere data, extended above 62000ft 2007-08-31 18:01:07 +00:00
FDM revert accidental checkin 2007-09-05 02:03:15 +00:00
GUI Wrong subtraction order lead to the "extra" space available (instead 2007-07-05 21:25:01 +00:00
Include Modified Files: 2007-08-07 04:57:42 +00:00
Input move the other parts of _init_keyboard() to _postinit_keyboard(), too. 2007-07-13 10:15:48 +00:00
Instrumentation ... and keep the "groundradar" update rate :-) 2007-09-28 10:14:43 +00:00
Main Change tower location to an SGGeod. Include taxiways too. 2007-09-09 23:21:48 +00:00
Model Modified Files: 2007-05-09 20:41:08 +00:00
MultiPlayer Transfer a variant index of type integer. What the number means is 2007-09-29 18:21:35 +00:00
Navaids Modified Files: 2007-02-14 17:51:23 +00:00
Network generic/output: 2007-07-29 13:58:58 +00:00
Scenery Load BTG files through the osgDB::Registry 2007-07-29 22:34:15 +00:00
Scripting add airportinfo() function, which returns airport/runway data: 2007-10-02 15:31:03 +00:00
Sound Syd Adams: 2007-04-20 18:32:42 +00:00
Systems - degrade electrical XML SG_ALERT to SG_WARN. The reason why this is output 2007-05-11 18:00:07 +00:00
Time Modified Files: 2007-05-05 08:08:24 +00:00
Traffic Harald Johnsen: Change directory exists() logic to enable traffic loading 2007-08-18 05:09:46 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am In the process of changing, adding and removing files the last few years 2005-11-01 13:41:49 +00:00