[GRASS-SVN] r53391 - grass/trunk/vector/v.net

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 14 18:29:08 PDT 2012


Author: cmbarton
Date: 2012-10-14 18:29:08 -0700 (Sun, 14 Oct 2012)
New Revision: 53391

Modified:
   grass/trunk/vector/v.net/v.net.html
Log:
v.net-enhancing ddocumentation for v.net. Make prefers <p> to come after <li> instead of before <li> for some reason

Modified: grass/trunk/vector/v.net/v.net.html
===================================================================
--- grass/trunk/vector/v.net/v.net.html	2012-10-15 01:09:56 UTC (rev 53390)
+++ grass/trunk/vector/v.net/v.net.html	2012-10-15 01:29:08 UTC (rev 53391)
@@ -21,14 +21,14 @@
 method to add arcs to a set of nodes:
 
 <ol>
-<li>Use the <em>connect</em> operation to create nodes from a vector points 
+<li><p>Use the <em>connect</em> operation to create nodes from a vector points 
 file and add these nodes to an existing vector network of arcs (i.e., 
 lines/boundaries). This is useful when the goal is to analyze a set of places
 (points) in relation to a network--for example travel costs between places.
 Only points within the <em>thresh</em> (threshold) distance to a line/boundary
 will be connected as network nodes.</li>
 
-<p><li>Create nodes and arcs from a vector line/boundary file using the <em>node</em>
+<li><p>Create nodes and arcs from a vector line/boundary file using the <em>node</em>
 operation. This is useful if you are mostly interested in the
 network itself and thus you can use intersections of the network as start and
 end points. Nodes will be created at all intersections of two or more lines.
@@ -36,7 +36,7 @@
 vertices (the typical case), only the starting and ending vertices are 
 treated as network nodes.</li>
 
-<p><li>Create straight-line arcs between pairs of nodes with the <em>arcs</em> option. 
+<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> 



More information about the grass-commit mailing list