[GRASS-SVN] r62673 - grass-addons/grass7/vector/v.fixed.segmentpoints

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 8 12:40:30 PST 2014


Author: hellik
Date: 2014-11-08 12:40:30 -0800 (Sat, 08 Nov 2014)
New Revision: 62673

Modified:
   grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html
Log:
v.fixed.segmentpoints: manual update

Modified: grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html
===================================================================
--- grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html	2014-11-08 17:55:08 UTC (rev 62672)
+++ grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html	2014-11-08 20:40:30 UTC (rev 62673)
@@ -1,15 +1,16 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.fixed.segmenpoints</em> creates segment points along a vector line 
+<em>v.fixed.segmentpoints</em> creates segment points along a vector line 
 with fixed distances by using the <em>v.segment</em> module. A category 
-of 1 line has to be given. Start and end point of the line will be 
-considered. 
+of one line has to be given. Start and end point of the line will be 
+considered. The distance option is limited to an integer number. As result
+the vectors vlinesingle and segmentpoints are created.
 
 <h2>EXAMPLE</h2>
 
 <div class="code">
  <pre>
-  # nc sampe data set
+  # NC sample data set
   v.fixed.segmentpoints vector=streams at PERMANENT cat=40102 dir=C:\tmp distance=25
  </pre>
 </div>



More information about the grass-commit mailing list