[GRASS-SVN] r58055 - grass/trunk/vector/v.segment
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 19 03:24:06 PDT 2013
Author: hcho
Date: 2013-10-19 03:24:05 -0700 (Sat, 19 Oct 2013)
New Revision: 58055
Modified:
grass/trunk/vector/v.segment/v.segment.html
Log:
Percent example corrected
Modified: grass/trunk/vector/v.segment/v.segment.html
===================================================================
--- grass/trunk/vector/v.segment/v.segment.html 2013-10-19 10:02:37 UTC (rev 58054)
+++ grass/trunk/vector/v.segment/v.segment.html 2013-10-19 10:24:05 UTC (rev 58055)
@@ -141,11 +141,11 @@
<div class="code"><pre>
v.segment myrailroads out=myrailroads_pt10pctO500m << EOF
P 1 1 -0% 500
-P 1 1 -10% 500
-P 2 1 -20% 500
-P 3 1 -30% 500
-P 4 1 -40% 500
-P 4 1 -50% 500
+P 2 1 -10% 500
+P 3 1 -20% 500
+P 4 1 -30% 500
+P 5 1 -40% 500
+P 6 1 -50% 500
EOF
d.erase
d.vect myrailroads disp=shape,dir
More information about the grass-commit
mailing list