Size: 721
Comment:
|
← Revision 9 as of 2018-05-05 21:20:35 ⇥
Size: 771
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
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. | == Description == '''showmap''' 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 8: | Line 9: |
=== Input - files === * Bigmap - Filename given via stdin. The file must be in the MAPFILES subdirectory. |
== Input Files == * '''Bigmap''' - Filename given via stdin. The file must be in the [[MAPFILES]] subdirectory. |
Line 11: | Line 12: |
=== Input - stdin === | == Input stdin == |
Line 14: | Line 15: |
Line 18: | Line 20: |
=== Output === * Generates an image (pgm) format from the bigmap. The output name is the same as the filename, except it has a different extension. |
== Output Files == * Generates an image (pgm) format from the [[bigmap]]. The output name is the same as the filename, except it has a different extension. |
Line 22: | Line 24: |
---- | ---------- |
showmap
Category D |
Version 3.0 |
Description
showmap 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 Files
Generates an image (pgm) format from the bigmap. The output name is the same as the filename, except it has a different extension.