[GRASS-SVN] r46755 - grass/trunk/vector/v.net.salesman
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 22 09:38:03 EDT 2011
Author: mmetz
Date: 2011-06-22 06:38:03 -0700 (Wed, 22 Jun 2011)
New Revision: 46755
Modified:
grass/trunk/vector/v.net.salesman/v.net.salesman.html
Log:
fix example (2)
Modified: grass/trunk/vector/v.net.salesman/v.net.salesman.html
===================================================================
--- grass/trunk/vector/v.net.salesman/v.net.salesman.html 2011-06-22 13:33:54 UTC (rev 46754)
+++ grass/trunk/vector/v.net.salesman/v.net.salesman.html 2011-06-22 13:38:03 UTC (rev 46755)
@@ -10,7 +10,7 @@
For example, if the speed limit is 100 km / h, the cost to traverse a
10 km long road segment must be calculated as
length / speed = 10 km / (100 km/h) = 0.1 h.
-Supported are cost assignments for both arcs and nodes,
+Supported are cost assignments for arcs,
and also different costs for both directions of a vector line.
For areas, costs will be calculated along boundary lines.
<p>
@@ -22,7 +22,7 @@
input vector map needs to be prepared with <em>v.net operation=connect</em>.
<h2>NOTES</h2>
-Nodes and arcs can be closed using cost = -1.
+Arcs can be closed using cost = -1.
<h2>EXAMPLE</h2>
@@ -84,7 +84,7 @@
3|601845|4914981.9|c
4|596270|4917456.3|d
5|593330.8|4924096.6|e
-6|598005.5|4921439.2|f" | v.in.ascii cat=1 x=2 y=3 out=centers col="cat integer, \
+6|598005.5|4921439.2|f" | v.in.ascii in=- cat=1 x=2 y=3 out=centers col="cat integer, \
east double precision, north double precision, label varchar(43)"
# verify data preparation
More information about the grass-commit
mailing list