Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2011-12-02 16:39:40
Size: 539
Editor: EricPalmer
Comment:
Revision 7 as of 2016-05-20 13:58:48
Size: 721
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= showmap.e = ## page was renamed from showmap.e
= showmap =
Line 3: Line 4:
This takes a bigmap and generates an image of that specific map. ||Category D||Version 3.0||

This takes a bigmap and generates an image of that specific map. The view is from directly above with a limited shaded relief. There are no controls to adjust the Sun angle.
Line 16: Line 19:
 * Generates an image (pgm) format from the bigmap. The output name is the same as the filename, except it has a different extension.  * Generates an image (pgm) format from the bigmap. The output name is the same as the filename, except it has a different extension.  
Line 18: Line 21:
attachment:bigmap_image.jpg {{attachment:bigmap_image.jpg}}

showmap

Category D

Version 3.0

This takes a bigmap and generates an image of that specific map. The view is from directly above with a limited shaded relief. There are no controls to adjust the Sun angle.

Input - files

  • Bigmap - Filename given via stdin. The file must be in the MAPFILES subdirectory.

Input - stdin

  • The 6 character name of a bigmap. The suffix ".MAP" will be added by the program.

  123456

Output

  • Generates an image (pgm) format from the bigmap. The output name is the same as the filename, except it has a different extension.

bigmap_image.jpg


CategoryPrograms

showmap (last edited 2018-05-05 21:20:35 by BMittan)