home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / dip_maps / part01 / NOTES < prev    next >
Text File  |  1992-08-03  |  813b  |  21 lines

  1. The map data is actually very simple (just lines in an integer
  2. coordinate system) and most of the separate parts are identified.
  3.  
  4. The main "ocean" is handled by drawing its complete boundary,
  5. drawing the islands. and then using "even-odd filling". It could
  6. be done just as effectively with a seed fill.
  7.  
  8. TO BE DONE
  9.  
  10. Make sure that the internal boundaries end at a point on the
  11. country boundary. An artifact of the (very tedious and unsatisfactory)
  12. way the map was created means that some endpoints don't coincide with
  13. actual boundary point - thus filling the counrties with the right
  14. colour is probably not going to work.
  15.  
  16. All of the current "junction points" are marked with "% xNNN" as end-of-line
  17. PostScript comments.
  18.  
  19. Better printing in the remaining space. Some sort of legend in the top-left
  20. gap in Russia.
  21.