[GRASS-SVN] r63782 - grass/branches/releasebranch_7_0/vector/v.build.polylines
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 27 13:28:54 PST 2014
Author: hellik
Date: 2014-12-27 13:28:54 -0800 (Sat, 27 Dec 2014)
New Revision: 63782
Modified:
grass/branches/releasebranch_7_0/vector/v.build.polylines/v.build.polylines.html
Log:
v.build.polylines: add some notes from #2505 to the manual (merged from trunk: r63781)
Modified: grass/branches/releasebranch_7_0/vector/v.build.polylines/v.build.polylines.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.build.polylines/v.build.polylines.html 2014-12-27 21:24:28 UTC (rev 63781)
+++ grass/branches/releasebranch_7_0/vector/v.build.polylines/v.build.polylines.html 2014-12-27 21:28:54 UTC (rev 63782)
@@ -42,12 +42,13 @@
polyline. Also attributes tables linked to the input vector map are
not copied to the output vector map.</li>
<li><b>cats=first</b> - Assign to a polyline category number of the
-first line. All linked attributes tables are copied to the output
-vector map.</li>
+ first line. All linked attributes tables are copied to the output
+ vector map without filtering, but the categories are processed according
+ to the cats option.</li>
<li><b>cats=multi</b> - If the lines that make up a polyline have
- different category numbers then <em>v.build.polylines</em> will
- set the multiple catetory numbers to a polyline. Also all linked
- attributes tables are copied to the output vector map.</li>
+ different category numbers then <em>v.build.polylines</em> will
+ set the multiple category numbers to a polyline. Also all linked
+ attributes tables are copied to the output vector map.</li>
</ul>
<em>v.build.polylines</em> correctly handles <b>input</b> vector maps
More information about the grass-commit
mailing list