Nasal scripting language: Difference between revisions

Jump to navigation Jump to search
Line 1,924: Line 1,924:
: Find all airports within a specified range (in NM) of the current position or explicit position
: Find all airports within a specified range (in NM) of the current position or explicit position
;findAirportsByICAO
;findAirportsByICAO
: Find airports matching a complete or partial ICAO code. In particular this can search for all airports starting with a two or three letter prefix.
;navinfo
;navinfo
: Return a list of navaids near a location by type and ident. Type should be 'fix', 'vor', 'ndb', 'dme'
;findNavaidsWithinRange
;findNavaidsWithinRange
: Search for navaids within a particular range (in NM), optionally limited by type. This provides a 'find the closest ILS' function
;findNavaidByFrequency
;findNavaidByFrequency
: find the closest navaid (of a particular type) matching an exact frequency
;findNavaidsByFrequency
;findNavaidsByFrequency
: find all the navaids matching a particular frequency and optional type, sorted by distance from the search location.


=== <tt>flightplan</tt> ===
=== <tt>flightplan</tt> ===
580

edits

Navigation menu