home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1001.dms / 1001.adf / WorldDataBank / ReadMe < prev    next >
Text File  |  1989-09-24  |  3KB  |  90 lines

  1.  
  2.  
  3.     World DataBase display routine: Version 2.0
  4.  
  5. This program is an enhancement on Mike Groshart's routine for displaying
  6. the CIA database of the geography of the world.  The executable file is
  7. under 11K, and its takes about 137K to execute, including hi-res interlace
  8. screen and intuition interface.
  9.  
  10. Changes:    
  11.  
  12.     It uses slider gadgets for adjusting the latitude and longitude and 
  13.        magnification factors.
  14.     It uses integer arithmetic for scaling, hence faster calcs
  15.     It uses area clipping to avoid spending time plotting with 
  16.        off-map points
  17.     It can compensate for monitor "stretch" which for the 1080 requires
  18.        a stretch factor of about 1.2, figured at the equator.  I.e.,
  19.        the perceived shape of (e.g.) Africa, with stretch set at 1.20,
  20.        is closer to the shape seen when one looks at a 3-D world globe.
  21.  
  22. NEW:    Once a map is displayed, clicking the LeftMouseButton will readjust 
  23.        both the Longitude and Latitude (the center point of the next 
  24.        display) to that of the pointer, based on the current display.
  25.        Therefore, it should be done BEFORE making any changes in the
  26.        Magnification factor.
  27.  
  28.  
  29. NEW:     WDB Automatically selects the input file based on the magnification
  30.         factor:
  31.             mag  0.85 -  2.00   --> wdb.5.all     25,890 bytes 
  32.             mag  2.00 -  6.00   --> wdb.4.all     82,080 bytes
  33.             mag  6.00 - 12.00   --> wdb.3.all    156,960 bytes
  34.             mag 12.00 - 36.00   --> wdb.2.all    652,428 bytes
  35.             mag 36.00 -125.00   --> wdb.1.all  1,068,408 bytes
  36.  
  37.  
  38. FILES:
  39.         In this arc are included
  40.  
  41.             the WDB program,
  42.             this readme file,
  43.             wdb.5.all
  44.  
  45.         In another arc <WDBData.arc> are points files 
  46.     for higher magnification levels:
  47.             wdb.4.all
  48.             wdb.3.all
  49.  
  50.         The other point files are too large for a BBS to handle 
  51.     efficiently.  Get them from me or Mike Groshart at an AUoH users 
  52.     group meeting.
  53.  
  54.  
  55. OPERATION:
  56.  
  57.     Call it from CLI:   wdb
  58.  
  59.  
  60.     The name of the file being shown appears in the lower right of the
  61. Control Window.  If the automatcally selected file is not available in
  62. the current directory, the most accurate file (lower numbered file)
  63. available is used.  This means that called from a floppy disk WDB can
  64. normally access only the 3 smallest files (wdb.5.all to wdb.3.all).
  65. The file wdb.2.all must be called from its own floppy disk; and 
  66. wdb.1.all must be called either from RAM: or from a hard drive.
  67.  
  68.     Using various files allows for displays of greater magnification 
  69. to maintain a better detail level, without the time penalty of passing
  70. through the largest file for displays that require lesser detail.
  71.  
  72.     Perhaps someone will have better ideas as to when the different 
  73. files should be called in. Speak up.
  74.  
  75.     If a special "points" file is specified on the command line, this
  76. will cause WDB to supress the automatic file selection. I.e.,
  77. "WDB wdb.3.all" will display only points from the file wdb.3.all.
  78.  
  79.  
  80. Send further suggestions and bugs to be fixed to me.
  81.  
  82.  
  83. Bob Dufford
  84. Amiga Users of the Heartland
  85. P.O.Box 1432, DTS
  86. Omaha, NE.  68101-1432
  87.  
  88. Or on Larry's Hot Tub (402) 571-4316 (Fidonet 1:285/15)
  89.  
  90.