home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 245.MENDB.MAC < prev    next >
Text File  |  1991-08-02  |  1KB  |  116 lines

  1. 'MEANDB.MAC
  2. '===========
  3.  
  4. 'Adds Maine NDB Facilities
  5.  
  6. 'OLD Old Town NDB on SD-12
  7. '------------------------
  8.  
  9. 'BST NDB
  10. north, 18995.4761                                                          
  11. east, 22346.2379                                                           
  12. freq, 278
  13. units, NM
  14. range, 25
  15. ndb                                                                   
  16.  
  17. 'SUH NDB
  18. north, 18813
  19. east, 22354
  20. freq, 356
  21. units, NM
  22. range, 25
  23. ndb
  24.  
  25.  
  26.  
  27. 'FVE NDB
  28. north, 20258
  29. east,  22287
  30. freq,  257
  31. units, NM
  32. range, 25
  33. ndb
  34.  
  35.  
  36. 'ISS NDB
  37. north, 18771
  38. east,  22196
  39. freq,  407
  40. units, NM
  41. range, 25
  42. ndb
  43.  
  44.  
  45. 'AVI NDB
  46. north, 18989
  47. east,  22130
  48. freq,  375
  49. units, NM
  50. range, 25
  51. ndb
  52.  
  53. 'BUP NDB
  54. north, 19093
  55. east,  22214
  56. freq,  348
  57. units, nm
  58. range, 25
  59. ndb
  60.  
  61. 'LNT NDB
  62. north, 19551
  63. east,  22363
  64. freq,  344
  65. units, NM
  66. range, 50
  67. ndb
  68.  
  69. 'MVM NDB
  70. north, 19229.4286
  71. east,  22779.0033
  72. freq,  251
  73. units, NM
  74. range, 25
  75. ndb
  76.  
  77.  
  78.  
  79. 'RQM NDB
  80. north, 19102
  81. east,  21771
  82. freq,  221
  83. units, NM
  84. range, 25
  85. ndb
  86.  
  87. 'SZO NDB
  88. north, 18662.6109
  89. east,  21853.3099
  90. freq,  227
  91. units, NM
  92. range, 25
  93. ndb
  94.  
  95. 'XQA NDB
  96. north, 19421
  97. east,  22041
  98. freq,  236
  99. units, NM
  100. range, 25
  101. ndb
  102.  
  103.  
  104.  
  105. end
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.