|
@@ -63,25 +63,17 @@ of the PS driver:
|
|
|
</UL>
|
|
|
|
|
|
<H3>Example</H3>
|
|
|
-<OL>
|
|
|
- <LI>Start up the driver
|
|
|
-<DIV class="code"><PRE>
|
|
|
-d.mon start=PS
|
|
|
-</PRE></DIV>
|
|
|
- </LI>
|
|
|
- <LI>Display raster map and vector polygons
|
|
|
+
|
|
|
<DIV class="code"><PRE>
|
|
|
+# Define driver settings (here: bash shell syntax)
|
|
|
+export GRASS_RENDER_IMMEDIATE=PS
|
|
|
+export GRASS_TRUECOLOR=TRUE
|
|
|
+
|
|
|
+# Display raster map and vector polygons
|
|
|
d.rast <i>somerastermap</i>
|
|
|
-d.vect map=<i>somevectormap</i> color=red
|
|
|
+d.vect <i>somevectormap</i> color=red
|
|
|
</PRE></DIV>
|
|
|
- </LI>
|
|
|
- <LI> Stop the driver subsequently. This will write a
|
|
|
- file named <tt>map.ps</tt> to be created in your current directory:
|
|
|
-<DIV class="code"><PRE>
|
|
|
-d.mon stop=PS
|
|
|
-</PRE></DIV>
|
|
|
- </LI>
|
|
|
-</OL>
|
|
|
+This writes a file named <tt>map.ps</tt> in your current directory.
|
|
|
|
|
|
<H2>NOTES</H2>
|
|
|
|
|
@@ -100,17 +92,13 @@ Only masked images (<tt>d.rast -o</tt>, <tt>d.rgb -o</tt>, <tt>d.his
|
|
|
|
|
|
<h2>SEE ALSO</h2>
|
|
|
<EM>
|
|
|
- <a href="displaydrivers.html">Display drivers</a>
|
|
|
- <br>
|
|
|
- <A HREF="htmlmapdriver.html">HTMLMAP driver</A>,
|
|
|
- <A HREF="pngdriver.html">PNG driver</A>,
|
|
|
- <A href="xdriver.html">XDRIVER</A>
|
|
|
- <BR>
|
|
|
- <A HREF="d.frame.html">d.frame</A>,
|
|
|
- <A href="d.out.file.html">d.out.file</A>,
|
|
|
- <A href="d.mon.html">d.mon</A>,
|
|
|
- <A href="d.rast.html">d.rast</A>,
|
|
|
- <A href="d.vect.html">d.vect</A>
|
|
|
+<a href="displaydrivers.html">Display drivers</a>
|
|
|
+<br>
|
|
|
+<A HREF="cairodriver.html">CAIRO driver</A>,
|
|
|
+<A HREF="pngdriver.html">PNG driver</A>
|
|
|
+<BR>
|
|
|
+<A href="d.rast.html">d.rast</A>,
|
|
|
+<A href="d.vect.html">d.vect</A>
|
|
|
</EM>
|
|
|
|
|
|
<H2>AUTHOR</H2>
|