Bläddra i källkod

v.what.html: fix descriptions; added NC examples

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58980 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 år sedan
förälder
incheckning
18d40a9484
1 ändrade filer med 16 tillägg och 12 borttagningar
  1. 16 12
      vector/v.what/v.what.html

+ 16 - 12
vector/v.what/v.what.html

@@ -1,21 +1,25 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.what</em>
-Outputs the category number value(s) associated with user-specified location(s) 
-in user-specified vector map layer(s).  This module was derived from the
-<em>d.what.vect</em> module by removing all interactive code and
-modification of the output for easy parsing. Using the <em>-g</em> flag
-generates script-style output which is easily parsable.
-<p>
-This module always reports standard acres, even when the location uses
-US Survey feet as the map unit.
-
+<em>v.what</em> outputs the category number value(s) associated with 
+user-specified location(s) in user-specified vector map layer(s).  
+This module was derived from the <em>d.what.vect</em> module by 
+removing all interactive code and modification of the output for 
+easy parsing. Using the <em>-g</em> flag generates script-style 
+output which is easily parsable.
 
 <h2>EXAMPLE</h2>
 
-Spearfish example:
+North Carolina sample dataset example:
+<p>
+Query polygon at given position:
+<div class="code"><pre>
+v.what zipcodes_wake coordinates=637502.25,221744.25
+</pre></div>
+
+<p>
+Find closest hospital to given position within given distance (search radius):
 <div class="code"><pre>
-v.what fields east_north=599121.75,4922981.125
+v.what hospitals coordinates=542690.4,204802.7 distance=2000000
 </pre></div>