home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume32 / wmap2ps / part01 / README < prev    next >
Text File  |  1992-09-11  |  2KB  |  90 lines

  1. FILES
  2. =====
  3.  
  4. You should have the following files:
  5.  
  6. README        - that's me
  7. wmap2ps.c    - C source
  8. wmap2ps.1    - man page
  9. wmap2ps.man    - nroff'ed, i.e. human readable man page
  10. Makefile    - genmake generated makefile to build wmap2ps
  11.  
  12.  
  13. WHAT IS wmap2ps ?
  14. =================
  15.  
  16. wmap2ps converts map files (MP1 format) from John B. Allisons
  17. 'The World Digitized' package to EPSF 2.0 conforming
  18. PostScript files. The latitude is usually projected using the
  19. mercator projection and the resulting figure may be scaled and
  20. positioned to the needs of the user.
  21. The MP1 format is described in the header of wmap2ps.c
  22.  
  23.  
  24. HOW TO BUILD wmap2ps ?
  25. ======================
  26.  
  27. The Makefile was created using Edwin R. Carp's 'genmake' - nice program !
  28. To build wmap2ps simply do a 'make', provided that you have gcc installed.
  29. Otherwise you'll need to change the CC macro in the makefile.
  30.  
  31. The program was developed using gcc and SunOS 4.1,
  32. but there should be no problems in porting it to other platforms.
  33.  
  34.  
  35. PROBLEMS:
  36. =========
  37.  
  38. I used old style function declarations and simple prototypes
  39. so the worst thing will be the strings that exceed one line, i.e.
  40. fprintf(stdout,"blablabla"
  41.            "blubbblubbblubb"
  42.         "yupyupyup");
  43. I know that there are compilers that do not support this feature,
  44. but it should be no problem to work around it.
  45.  
  46.  
  47.  
  48. THE WORLD DIGITIZED:
  49. ====================
  50.  
  51. The 'Digital World' data can be found on several 
  52. servers around the world; you might want to query
  53. archie for 'worldmap' or get the data for example from
  54.  
  55. nz20.rz.uni-karlsruhe.de
  56. in
  57. /pub/msdos/worldmap
  58.  
  59. If you decide to go there, you'll need the arc utility to extract the maps.
  60.  
  61. wmap2ps is in the Public Domain. You may use, copy and distribute it freely,
  62. as long as this README file is kept intact.
  63. On the contrary, the MP1 files you need to let it do something useful are not.
  64. I suggest that you send a donation of $20 to the author of 
  65. 'The World Digitized', John B. Allison. His address is
  66.  
  67. The World Digitized
  68. Dept. PC SIG
  69. 166 Shady Lane
  70. Apollo, PA 15613
  71.  
  72.  
  73. STILL READING ?
  74. ===============
  75.  
  76. The reason for writing this program was the need of a map of Tassie -
  77. well, I can promise that it is AT LEAST able to solve this problem.
  78.  
  79. Any suggestions, bug reports etc. should be directed to dockhorn@fzi.de
  80. As this address is subject to change, do a 
  81. finger dockhorn@keemun.fzi.de 
  82. or
  83. finger dockhorn@141.21.4.77
  84. if your mail is not answered within a week.
  85. I'll leave my new mail address in the finger info.
  86.  
  87.     have fun
  88.     
  89.         Patsch
  90.