home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / dos_misc / geoclk44.zip / DATELINE next >
Text File  |  1991-05-22  |  2KB  |  43 lines

  1. rem  This file draws the International Date Line on 
  2. rem  Geoclock maps.  The date line is indeterminate
  3. rem  in Arctic and Antartic regions.
  4. rem  
  5. rem  The data can be put into GEO*.DAT files for
  6. rem  automatic display on maps by using the 
  7. rem  expression   INCLUDE DATELINE   (assuming that
  8. rem  this file is in the Geoclock directory).  
  9. rem  Alternatively, the relevant portion of the 
  10. rem  data can be written into a GEO*DAT file.   
  11. rem
  12. drawline  75.00 -180.00   68.00 -169.00 5
  13. drawline  68.00 -169.00   65.50 -169.00 5 
  14. drawline  65.50 -169.00   58.952 -180.00 5
  15. drawline  58.952 180.00   53.00  170.00 5
  16. drawline  53.00  170.00   48.00  180.00 5
  17. drawline  48.00  180.00   -5.00  180.00 5
  18. drawline  -5.00 -180.00  -15.00  187.50 5
  19. drawline -15.00  187.50  -45.00  187.50 5
  20. drawline -45.00  187.50  -51.00 -180.00 5
  21. drawline -51.00  180.00  -60.00  180.00 5
  22. rem
  23. rem  The third and fourth lines are actually one
  24. rem  straight line, jury-rigged to eliminate a problem
  25. rem  in Map 6 (Alaska).  For all other relevant maps,
  26. rem  the following line would have been sufficient.
  27. rem      drawline  65.5 -169.0  53.0  170.0 5
  28. rem
  29. rem  This file matches most maps, but not an "official" 
  30. rem  definition.  The official definition substitutes 
  31. rem  the following for the first two lines: 
  32. rem      drawline  75.0  180.0  65.5 -169.0 5 
  33. rem  But the "official" definition apparently leaves 
  34. rem  both Diomede Islands on the east side of the line,
  35. rem  though one of them is Russian and the other U.S.
  36. rem
  37. rem
  38. rem  added 22.5.1991 by Henkjan Olthuis:
  39. rem
  40. rem  the version of this file I downloaded from the BBS did not work
  41. rem  correctly with maps 18, 19 & 23: there were lines drawn where they
  42. rem  should not have been. The problem was with the lines 7 & 9, but was
  43. rem  easily solved by changing 180 to -180 and -172.5 to 187.5