[GRASS-SVN] r29917 - grass/trunk/ps/ps.map
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 31 21:42:16 EST 2008
Author: epatton
Date: 2008-01-31 21:42:15 -0500 (Thu, 31 Jan 2008)
New Revision: 29917
Modified:
grass/trunk/ps/ps.map/description.html
Log:
Fix vlines type description to line/boundary (fixes http://trac.osgeo.org/grass/ticket/34)
Modified: grass/trunk/ps/ps.map/description.html
===================================================================
--- grass/trunk/ps/ps.map/description.html 2008-01-31 20:54:36 UTC (rev 29916)
+++ grass/trunk/ps/ps.map/description.html 2008-02-01 02:42:15 UTC (rev 29917)
@@ -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