[GRASS-SVN] r56512 - grass/trunk/vector/v.net
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 30 07:36:35 PDT 2013
Author: mmetz
Date: 2013-05-30 07:36:35 -0700 (Thu, 30 May 2013)
New Revision: 56512
Modified:
grass/trunk/vector/v.net/v.net.html
Log:
v.net: update manual
Modified: grass/trunk/vector/v.net/v.net.html
===================================================================
--- grass/trunk/vector/v.net/v.net.html 2013-05-30 13:13:04 UTC (rev 56511)
+++ grass/trunk/vector/v.net/v.net.html 2013-05-30 14:36:35 UTC (rev 56512)
@@ -34,7 +34,11 @@
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
More information about the grass-commit
mailing list