Przeglądaj źródła

Percent example corrected

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58055 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 lat temu
rodzic
commit
0fd21e74a3
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      vector/v.segment/v.segment.html

+ 5 - 5
vector/v.segment/v.segment.html

@@ -141,11 +141,11 @@ tracks from the end of the line up to the middle point, offset 500m to the right
 <div class="code"><pre>
 v.segment myrailroads out=myrailroads_pt10pctO500m &lt;&lt; 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