[GRASS-SVN] r29920 - grass/branches/releasebranch_6_3/ps/ps.map
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 31 22:39:19 EST 2008
Author: epatton
Date: 2008-01-31 22:39:19 -0500 (Thu, 31 Jan 2008)
New Revision: 29920
Modified:
grass/branches/releasebranch_6_3/ps/ps.map/description.html
Log:
Fix vlines type description to line/boundary (fixes http://trac.osgeo.org/grass/ticket/34)
Modified: grass/branches/releasebranch_6_3/ps/ps.map/description.html
===================================================================
--- grass/branches/releasebranch_6_3/ps/ps.map/description.html 2008-02-01 03:38:08 UTC (rev 29919)
+++ grass/branches/releasebranch_6_3/ps/ps.map/description.html 2008-02-01 03:39:19 UTC (rev 29920)
@@ -1293,7 +1293,7 @@
Selects a vector map layer for output and plots lines.
<PRE>
USAGE: <B>vlines</B> vectormap
- <B>type</B> lines and/or boundaries
+ <B>type</B> line and/or boundary
<B>layer</B> # (layer number used with cats/where option)
<B>cats</B> list of categories (e.g. 1,3,5-7)
<B>where</B> SQL where statement like: vlastnik = 'Cimrman'
@@ -1384,7 +1384,7 @@
Selects vector point data to be placed on the output map
<PRE>
USAGE: <B>vpoints</B> vectormap
- <B>type</B> point or/and centroid
+ <B>type</B> point and/or centroid
<B>layer</B> # (layer number used with cats/where/sizecol options)
<B>cats</B> list of categories (e.g. 1,3,5-7)
<B>where</B> SQL where statement like: vlastnik = 'Cimrman'
More information about the grass-commit
mailing list