瀏覽代碼

v.build.polylines: add some notes from https://trac.osgeo.org/grass/ticket/2505 to the manual

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63781 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 10 年之前
父節點
當前提交
e7241cf163
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      vector/v.build.polylines/v.build.polylines.html

+ 6 - 5
vector/v.build.polylines/v.build.polylines.html

@@ -42,12 +42,13 @@ a new polyline, i.e. lines and boundaries are kept separate.
   polyline. Also attributes tables linked to the input vector map are
   polyline. Also attributes tables linked to the input vector map are
   not copied to the output vector map.</li>
   not copied to the output vector map.</li>
   <li><b>cats=first</b> - Assign to a polyline category number of the
   <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
   <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>
 </ul>
 
 
 <em>v.build.polylines</em> correctly handles <b>input</b> vector maps
 <em>v.build.polylines</em> correctly handles <b>input</b> vector maps