[GRASS-SVN] r63781 - grass/trunk/vector/v.build.polylines

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 27 13:24:28 PST 2014


Author: hellik
Date: 2014-12-27 13:24:28 -0800 (Sat, 27 Dec 2014)
New Revision: 63781

Modified:
   grass/trunk/vector/v.build.polylines/v.build.polylines.html
Log:
v.build.polylines: add some notes from #2505 to the manual

Modified: grass/trunk/vector/v.build.polylines/v.build.polylines.html
===================================================================
--- grass/trunk/vector/v.build.polylines/v.build.polylines.html	2014-12-27 17:51:44 UTC (rev 63780)
+++ grass/trunk/vector/v.build.polylines/v.build.polylines.html	2014-12-27 21:24:28 UTC (rev 63781)
@@ -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