[GRASS-SVN] r53415 - grass/branches/develbranch_6/vector/v.net

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 16 00:20:12 PDT 2012


Author: mlennert
Date: 2012-10-16 00:20:12 -0700 (Tue, 16 Oct 2012)
New Revision: 53415

Modified:
   grass/branches/develbranch_6/vector/v.net/description.html
Log:
Correcting man page: there is no arc operation in grass6.*.


Modified: grass/branches/develbranch_6/vector/v.net/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.net/description.html	2012-10-15 22:41:15 UTC (rev 53414)
+++ grass/branches/develbranch_6/vector/v.net/description.html	2012-10-16 07:20:12 UTC (rev 53415)
@@ -19,8 +19,7 @@
 nodes are stored in a different data layer (normally layer 2). 
 
 <p>
-<em>v.net</em> offers two ways to add nodes to a network of arcs and one 
-method to add arcs to a set of nodes:
+<em>v.net</em> offers two ways to add nodes to a network of arcs:
 
 <ol>
 <li>Use the <em>connect</em> operation to create nodes from a vector points 
@@ -37,11 +36,6 @@
 For an <em>arc</em> that consists of several segments connected by 
 vertices (the typical case), only the starting and ending vertices are 
 treated as network nodes.</li>
-
-<li>Create straight-line arcs between pairs of nodes with the <em>arcs</em> option. 
-This produces networks like those of airline flights between airports. It is
-also similar to the kind of network created with social networking
-software, making it possible to create georeferenced social networks.</li> 
 </ol>    
     
 <p>
@@ -51,8 +45,8 @@
 information. 
 
 <p>
-For nodes created using the <em>connect</em> and <em>arcs</em> operations (methods 1
-and 3 above), the nodes can be reconnected to the attribute table of the 
+For nodes created using the <em>connect</em> operation (method 1
+above), the nodes can be reconnected to the attribute table of the 
 input vector points file using the attribute table manager ("manage layers" 
 tab) or by running <em><a href="v.db.connect.html">v.db.connect</a></em>.
 



More information about the grass-commit mailing list