ÐÐÐСÐÐÐÐ d.slide.show is a UNIX Bourne shell macro which clears the entire screen, creates a series of display frames on the graphics monitor, and displays in slideshow format each of the raster/vector map layers listed in the user-specified mapsets. This is a shell script example which makes extensive use of GRASS and UNIX commands. Users are encouraged to examine this macro and develop similar on-line demos using their own data files. ÐÐ ÐÐÐÐ The following command sequence shows the available raster maps, saves the view to a PNG file and then converts it into a PDF file: # 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 СÐ. ТÐÐÐÐ [1]d.erase [2]d.frame [3]d.text [4]g.mapsets [5]xganim ÐÐТÐÐ James Westervelt, U.S.Army Construction Engineering Research Laboratory Vector update, fixes: Markus Neteler Last changed: $Date: 2007-02-06 17:12:41 -0600 (ÐÑ, 06 Ñев 2007) $ ÐвÑÐ¾Ñ Ð¿ÐµÑевода References 1. file://localhost/root/tmp/2/fin/d.erase.html 2. file://localhost/root/tmp/2/fin/d.frame.html 3. file://localhost/root/tmp/2/fin/d.text.html 4. file://localhost/root/tmp/2/fin/g.mapsets.html 5. file://localhost/root/tmp/2/fin/xganim.html