[GRASSLIST:3843] Re: .grassrc5 problem

Glynn Clements glynn.clements at virgin.net
Fri Jun 7 00:03:49 EDT 2002


felipe wrote:

> I need to generate png files in truecolor, so I set the .grassrc5
> file:
> 
> -->vi .grassrc5

> GRASS_HEIGHT: 900

> GRASS_TRUECOLOR: TRUE
> GRASS_PNGFILE: mapa1.png

These should be environment variables, e.g.

	GRASS_HEIGHT=900
	GRASS_TRUECOLOR=TRUE
	GRASS_PNGFILE=mapa1.png
	export GRASS_HEIGHT GRASS_TRUECOLOR GRASS_PNGFILE
	d.mon start=PNG

(this assumes sh/bash; if using csh, use "setenv" instead).

-- 
Glynn Clements <glynn.clements at virgin.net>



More information about the grass-user mailing list