瀏覽代碼

v.distance manual: explain units of dmin and dmax

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68426 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父節點
當前提交
0884a22c3e
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      vector/v.distance/v.distance.html

+ 3 - 1
vector/v.distance/v.distance.html

@@ -6,7 +6,9 @@ the vectors' relationships (distance, category, etc.) may be uploaded to
 the attribute table attached to the first vector map, or printed to 
 the attribute table attached to the first vector map, or printed to 
 'stdout'. A new vector map may be created where lines connecting 
 'stdout'. A new vector map may be created where lines connecting 
 nearest points on features are written. <b>dmin</b> and/or 
 nearest points on features are written. <b>dmin</b> and/or 
-<b>dmax</b> can be used to limit the search radius.
+<b>dmax</b> can be used to limit the search radius (in lat-long locations
+to be given in meters since they are calculated as geodesic distances on
+a sphere).
 
 
 <p>
 <p>
 For lines to lines, say line A to line B, <em>v.distance</em> calculates 
 For lines to lines, say line A to line B, <em>v.distance</em> calculates