home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Science / cartography / ICAO.README < prev   
Encoding:
Text File  |  1994-02-08  |  2.7 KB  |  99 lines

  1.  
  2.  
  3.                     ICAO Map -
  4.                     An Aviation Utility
  5.  
  6.                     (c) 1993 Martin Pauly
  7.  
  8.                     NeXTSTEP Version
  9.  
  10.                     (c) 1994 Stefan Leuker & Oliver Meyer
  11.  
  12.  
  13. (Corrected version of README, see annotations at the end!)
  14.  
  15.  
  16. This file contains a brief description of ICAO Version 0.60b 
  17. for NeXTSTEP, which has been released in January 1994. 
  18. It is the NeXTSTEP Version of the well known ICAO for X11/Motif.
  19.  
  20. ICAO is an interactive program running under NeXTSTEP. Its
  21. input is a so called "icaomap file", which is an ASCII file
  22. containing descriptions of objects such as airports, roads,
  23. towns, radio beacons and the like. ICAO will use either
  24. Lambert or Mercator projection to generate a map from this
  25. icaomap file.
  26.  
  27. ICAO allows you to interactively work with the map on the
  28. screen, i.e. scroll it, use a rubber line to measure distances
  29. and tracks etc. Additional features are available for both
  30. motorized flights and soaring.
  31.  
  32. Version 0.60b (the 'b' meaning beta) is the first version
  33. that is released. Though ICAO is copyrighted software,
  34. it may be copied and used free of charge. See the
  35. licencing information in the ICAO manual that is distributed
  36. with ICAO.
  37.  
  38. The following files have been uploaded to a number of
  39. FTP servers:
  40.  
  41. * icao.README:
  42.   You are currently reading this file.
  43.  
  44. * ICAO.0.6b.I.bd.compressed:
  45.   ICAO.0.6b.N.bd.compressed:
  46.   ICAO.0.6b.NI.bd.compressed:
  47.   These are compressed executables for NSfIP(=I), black hardware(=N) 
  48.   and both(=NI). They contain a binary(=b) and some data(=d) for ICAO. 
  49.   This is an icaomapfile of Germany and a manual. 
  50.  
  51. * ICAO.0.6b.s.compressed:
  52.   This is the source code Version of ICAO for NeXTSTEP. It contains
  53.   everything you need to successfully compile and run ICAO. Feel free
  54.   to use this Version and enhance the program. 
  55.  
  56. ICAO is available at the following sites:
  57.  
  58.    ftp.informatik.uni-muenchen.de
  59.    ftp.informatik.rwth-aachen.de
  60.  
  61. omeyer@pool.informatik.rwth-aachen.de
  62. leuker@pool.infromatik.rwth-aachen.de
  63.  
  64.  
  65. ANNOTATIONS
  66. ******************************************************
  67.  
  68. There is a bug in the PrefController class as well as
  69. in the Preferences nib file.
  70.  
  71. If you click the Set... button in the Preferences
  72. panel, ICAO.app will crash. You can avoid this by
  73. typing in a shell (Terminal.app New Shell):
  74.  
  75. dwrite Icao "Default Mapfile" "/foo.imf"
  76.  
  77. It doesn't matter if or if not /foo.imf exists.
  78. This is just a workaround. Now the steps described
  79. in the manual should work!
  80.  
  81.  
  82.  
  83. If you want to compile ICAO.app, you need GNU's flex.
  84. The NeXT lex will not work with ICAO's scanner.l file.
  85.  
  86. ******************************************************
  87.  
  88. Stefan Leuker                      Huenefeldstrasse 25
  89. 52068 Aachen                           ++49-241-571158
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.