home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.13 / 1997-02_Disc_2.13.iso / patches / fsfs501.exe / FLTSHP.EXE / LAYOUT.TXT < prev   
Text File  |  1996-01-31  |  2KB  |  52 lines

  1. ==============================================================================
  2. NavAids:
  3.  
  4. FIELD       START   LENGTH   FORMAT
  5. ---------   -----   ------   -------------------------------------------------
  6. ID          1       5        text
  7. NAME        7       35       text
  8. ST/CO       44      2        text (upper case)
  9. Latitude    48      14       N-00-00-00.000 (N or S)
  10. Longitude   64      15       W-000-00-00.000 (E or W)
  11. MagVar      81      3        E00 (E or W)
  12. Elevation   86      6        000000
  13. ARTCC       94      12       text (name of air route traffic control 'center')
  14. FREQ        109     7        000.000
  15. TYPE        117     7        text (upper case)
  16.  
  17. ==============================================================================
  18. Airports:
  19.  
  20. FIELD       START   LENGTH   FORMAT
  21. ---------   -----   ------   -------------------------------------------------
  22. ID          1       5        text
  23. NAME        7       35       text
  24. ST/CO       44      2        text (upper case)
  25. Latitude    48      14       N-00-00-00.000 (N or S)
  26. Longitude   64      15       W-000-00-00.000 (E or W)
  27. MagVar      81      3        E00 (E or W)
  28. Elevation   86      6        000000
  29. ARTCC       94      12       text (name of air route traffic control 'center')
  30. UNICOM      108     7        000.000
  31. CTAF        117     7        000.000
  32.  
  33.  
  34. ==============================================================================
  35. Runways:
  36.  
  37. FIELD           START   LENGTH   FORMAT
  38. -------------   -----   ------   ----------------------
  39. ID              1       5        text
  40. Rwy Nos         7       10       00x/00x (x=L/R/C/etc.)
  41. Length          18      5        00000
  42. Width           24      5        00000
  43. Rwy1 No         30      3        00x (x=L/R/C/etc.)
  44. Rwy1 Heading    34      3        000
  45. Rwy1 ILS Type   38      9        text (upper case)
  46. Rwy1 ILS Freq   48      7        000.000
  47. Rwy2 No         56      3        00x (x=L/R/C/etc.)
  48. Rwy2 Heading    60      3        000
  49. Rwy2 ILS Type   64      9        text (upper case)
  50. Rwy2 ILS Freq   74      7        000.000
  51.  
  52.