[GRASS-SVN] r62286 - grass-addons/grass7/vector/v.centerline

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 18 09:29:06 PDT 2014


Author: mlennert
Date: 2014-10-18 09:29:05 -0700 (Sat, 18 Oct 2014)
New Revision: 62286

Modified:
   grass-addons/grass7/vector/v.centerline/v.centerline.html
Log:
correcting a small bug in man page


Modified: grass-addons/grass7/vector/v.centerline/v.centerline.html
===================================================================
--- grass-addons/grass7/vector/v.centerline/v.centerline.html	2014-10-17 22:00:07 UTC (rev 62285)
+++ grass-addons/grass7/vector/v.centerline/v.centerline.html	2014-10-18 16:29:05 UTC (rev 62286)
@@ -4,7 +4,7 @@
 
 <p>Two algorithms are proposed in the module, both based on the idea of using a reference line, creating a series of reference points along this line and then finding the coordinates of corresponding points on all the input lines. The default algorithm uses closest distance to identify corresponding points, while the second algorithm (<b>t</b> flag) draws perpendicular transversals at the reference points and uses the intersections of these transversals with the other lines as corresponding points.</p>
 
-<p>In detail, the default algorithm goes as follows: 
+<p>In detail, the default algorithm goes as follows:</p> 
 <ul>
 	<li>choose one of the input lines as reference line</li>
 	<li>create a series of points at regular intervals on this line</li>
@@ -17,10 +17,8 @@
 	</li>
 	<li>use the calculated means (or medians) as vertices of the new line</li>
 </ul>
-</p>
 
-<p>
-The transversals algorithm goes as follows: 
+<p>The transversals algorithm goes as follows:</p> 
 <ul>
 	<li>choose one of the input lines as reference line</li>
 	<li>create a series of perpendicular (transversal) lines at regular intervals on this line</li>
@@ -33,7 +31,6 @@
 	</li>
 	<li>use the calculated means (or medians) as vertices of the new line</li>
 </ul>
-</p>
 
 <p>The user can change three parameters in the algorithms: the choice of the reference line (<b>refline</b>), the number of vertices to calculate (<b>vertices</b>) and the search range (<b>range</b>), i.e. for the default algorithm the maximum distance of corresponding points from the reference line and for the second algorithm the length of the transversals on each side of the reference line.</p>
 



More information about the grass-commit mailing list