[GRASS-SVN] r53390 - grass/trunk/vector/v.net
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 14 18:09:56 PDT 2012
Author: cmbarton
Date: 2012-10-14 18:09:56 -0700 (Sun, 14 Oct 2012)
New Revision: 53390
Modified:
grass/trunk/vector/v.net/v.net.html
Log:
v.net-enhancing ddocumentation for v.net - fixing typo
Modified: grass/trunk/vector/v.net/v.net.html
===================================================================
--- grass/trunk/vector/v.net/v.net.html 2012-10-15 01:07:52 UTC (rev 53389)
+++ grass/trunk/vector/v.net/v.net.html 2012-10-15 01:09:56 UTC (rev 53390)
@@ -12,7 +12,7 @@
In GRASS you also can add nodes to the network. These are specially
designated vertices used for analyzing network properties or computing
cost/distance measures. That is, not all vertices are treated as nodes by
-default. Only <em><a href="v.net.path.html">v.net.path</a></em> can use a network without nodes, they are reqired
+default. Only <em><a href="v.net.path.html">v.net.path</a></em> can use a network without nodes, they are required
for all the other network modules. In GRASS, network arcs are stored in one
data layer (normally layer 1) and nodes are stored in a different data layer
(normally layer 2).
More information about the grass-commit
mailing list