[GRASS-SVN] r68339 - grass/trunk/vector/v.net
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 30 12:03:25 PDT 2016
Author: neteler
Date: 2016-04-30 12:03:24 -0700 (Sat, 30 Apr 2016)
New Revision: 68339
Modified:
grass/trunk/vector/v.net/v.net.html
Log:
v.net manual: fix example
Modified: grass/trunk/vector/v.net/v.net.html
===================================================================
--- grass/trunk/vector/v.net/v.net.html 2016-04-30 18:59:58 UTC (rev 68338)
+++ grass/trunk/vector/v.net/v.net.html 2016-04-30 19:03:24 UTC (rev 68339)
@@ -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