[GRASS-SVN] r32539 - grass/branches/releasebranch_6_3/ps/ps.map

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 5 04:15:17 EDT 2008


Author: hamish
Date: 2008-08-05 04:15:17 -0400 (Tue, 05 Aug 2008)
New Revision: 32539

Modified:
   grass/branches/releasebranch_6_3/ps/ps.map/description.html
Log:
merge changes from HEAD

Modified: grass/branches/releasebranch_6_3/ps/ps.map/description.html
===================================================================
--- grass/branches/releasebranch_6_3/ps/ps.map/description.html	2008-08-05 08:11:04 UTC (rev 32538)
+++ grass/branches/releasebranch_6_3/ps/ps.map/description.html	2008-08-05 08:15:17 UTC (rev 32539)
@@ -1307,13 +1307,15 @@
 	<B>offset</B> #
 	<B>coffset</B> #
 	<B>ref</B> left|right
-	<B>style</B>  0-9
+	<B>style</B> 00001111
 	<B>label</B> label
 	<B>lpos</B> #
 	<B>end</B>
 </PRE>
 The user can specify:
 <P>
+<B>type</B> - the default is lines only;
+<P>
 <B>color</B> - color of the vector lines or area boundaries;
 <P>
 <B>rgbcolumn</B> - name of color definition column used for the vector lines or area boundaries;
@@ -1347,10 +1349,11 @@
 <B>style</B> - the line style allows the vectors
 to be dashed in different patterns.  This is done by typing a
 series of numbers (0's and 1's) in a desired sequence or pattern.
-Blanks and
-non-digit characters are recognized as 0's. Using 0 would allow the
-colors of the raster map layer (or the background color
-if no raster map layer was selected) to show through;
+The first block of repeated zeros or ones represents "draw", the second
+block represents "blank".
+An even number of blocks will repeat the pattern, an odd number of blocks
+will alternate the pattern.
+The default is "solid";
 <P>
 <B>cats</B> - which categories should be plotted (default is all);
 <P>



More information about the grass-commit mailing list