Browse Source

v.in.ogr: explain boundary snapping

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52825 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 năm trước cách đây
mục cha
commit
5187aab301
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      vector/v.in.ogr/v.in.ogr.html

+ 4 - 0
vector/v.in.ogr/v.in.ogr.html

@@ -20,6 +20,10 @@ special cases (then use <a href="v.clean.html">v.clean</a>).
 <p>The <b>min_area</b> threshold value is being specified as area size
 <p>The <b>min_area</b> threshold value is being specified as area size
 in map units with the exception of latitude-longitude locations in which
 in map units with the exception of latitude-longitude locations in which
 it is being specified solely in square meters.
 it is being specified solely in square meters.
+<p>The <b>snap</b> threshold value is used to snap boundary vertices to 
+each other if the distance in map units between two vertices is not 
+larger than the threshold. Snapping is by default disabled with -1. See 
+also the <a href="v.clean.html">v.clean</a> manual.
 
 
 <h3>Supported OGR Vector Formats</h3>
 <h3>Supported OGR Vector Formats</h3>