# reset region: g.region -dp # open GRASS monitor with defined size: GRASS_WIDTH=800 GRASS_HEIGHT=1000 d.mon x0 # we have around 40 maps in the Spearfish PERMANENT mapset: d.slide.show across=5 down=8 mapsets=PERMANENT # From Monitor to PNG to PDF: d.out.png out=spearfish_maps.png res=2 convert spearfish_maps.png spearfish_maps.pdf xpdf spearfish_maps.pdf
Last changed: $Date: 2007-02-06 17:12:41 -0600 (Вт, 06 фев 2007) $