فهرست منبع

v.edit: Add more explanations for extendstart and extendend tools

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70597 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 8 سال پیش
والد
کامیت
cc882e1ec1
1فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 5 3
      vector/v.edit/v.edit.html

+ 5 - 3
vector/v.edit/v.edit.html

@@ -129,10 +129,12 @@ Additional parameters for vector feature specification are:
     second lines are parallel and do not intersect, no lines are extended. Use
     second lines are parallel and do not intersect, no lines are extended. Use
     the <b>-p</b> flag to extend the first line across the parallel gap.</li>
     the <b>-p</b> flag to extend the first line across the parallel gap.</li>
 
 
-    <li><b>extendstart</b> - Similar to <b>extend</b>, but extend start nodes
-    only.</li>
+    <li><b>extendstart</b> - Similar to <b>extend</b>, but extend at start
+    nodes only. Start nodes are used to select the second line and the end node
+    of that line can also be extended if it is within the snapping threshold
+    distance given by <b>threshold</b>.</li>
 
 
-    <li><b>extendend</b> - Similar to <b>extend</b>, but extend end nodes
+    <li><b>extendend</b> - Similar to <b>extend</b>, but extend at end nodes
     only.</li>
     only.</li>
 
 
     <li><b>chtype</b> - Change feature type of selected geometry
     <li><b>chtype</b> - Change feature type of selected geometry