Browse Source

v.net: update manual

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56512 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 years ago
parent
commit
1c7af1030a
1 changed files with 5 additions and 1 deletions
  1. 5 1
      vector/v.net/v.net.html

+ 5 - 1
vector/v.net/v.net.html

@@ -34,7 +34,11 @@ connected as network nodes. There are two ways to connect nodes. By
 default, <em>v.net</em> will create new lines connecting each point 
 to the closest line of the network. If you use the <em>-s</em> flag, 
 however, the new nodes will be added on the closest line of the 
-network at the point closest to the point you wish to add.</li>
+network at the point closest to the point you wish to add. When using 
+the <em>connect</em> operation, some lines will share the same 
+category. In Order to assign unique costs to each line, a new layer 
+needs to be created with <em>v.category op=add cat=1 step=1 layer=3</em>, 
+followed by <em>v.db.addtable layer=3.</em></li>
 
 <li>Create nodes and arcs from a vector line/boundary file using the 
 <em>node</em> operation. This is useful if you are mostly interested