Ps.map scripts: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(geology and multiple raster info)
m (working)
Line 13: Line 13:




* [[psmap_moldefjord_example|Commands used to create the geology map of Moldefjord, Norway]] shown on the [http://grass.ibiblio.org/screenshots/cartography.php screenshots cartography page].
* [[psmap_moldefjord_example|Commands used to create the geology map of Moldefjord, Norway]] shown on the [http://grass.ibiblio.org/screenshots/cartography.php cartography screenshots page].




[[Category:Documentation]]
[[Category:Documentation]]
[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 07:36, 25 October 2007


While any number of vector maps can be drawn, ps.map will only let you draw one raster image or RGB image set per map.

  • If you want to show two or more overlapping raster maps you need to combine them with the r.patch module or r.mapcalc's '#' color operator.
(see also the r.his and r.composite modules)
  • If you want to show a number of raster maps side by side in a paneled figure you will have to do it in a two step process. The first step is to create each panel as an EPS file, the second step is to include these EPS files in the ps.map command file. Here is an example script demonstrating this.