[GRASS-SVN] r68340 - grass/branches/releasebranch_7_0/vector/v.net

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 30 12:04:20 PDT 2016


Author: neteler
Date: 2016-04-30 12:04:20 -0700 (Sat, 30 Apr 2016)
New Revision: 68340

Modified:
   grass/branches/releasebranch_7_0/vector/v.net/v.net.html
Log:
v.net manual: fix example

Modified: grass/branches/releasebranch_7_0/vector/v.net/v.net.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.net/v.net.html	2016-04-30 19:03:24 UTC (rev 68339)
+++ grass/branches/releasebranch_7_0/vector/v.net/v.net.html	2016-04-30 19:04:20 UTC (rev 68340)
@@ -39,9 +39,9 @@
 category. In order to assign unique costs to each line, a new layer 
 needs to be created with<br>
 <!-- like this it is rather useless, still to be improved (eg as a full example below!) -->
-<tt>v.category map=yourmap option=add cat=1 step=1 layer=3</tt><br>
+<tt>v.category map=yourmap option=add cat=1 step=1 layer=3 output=newmap</tt><br>
 followed by<br>
-<tt>v.db.addtable map=yourmap layer=3 table=tablename</tt>.</li>
+<tt>v.db.addtable map=newmap layer=3 table=tablename</tt>.</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