Selaa lähdekoodia

HTML cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53193 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 vuotta sitten
vanhempi
commit
1f8b5d7b68
1 muutettua tiedostoa jossa 14 lisäystä ja 5 poistoa
  1. 14 5
      display/d.where/d.where.html

+ 14 - 5
display/d.where/d.where.html

@@ -38,14 +38,23 @@ if a datum is defined for the current location.
 If the <b>-f</b> flag is given the x,y frame coordinates of the active display 
 monitor will be returned (as a percentage, 0,0 is bottom left).
 
+<h2>EXAMPLE</h2>
+
+Query position in map (North Carolina sample dataset):
+<div class="code"><pre>
+d.rast elevation
+d.where
+</pre></div>
 
 <h2>SEE ALSO</h2>
 
-<em><a href="d.what.rast.html">d.what.rast</a></em><br>
-<em><a href="d.what.vect.html">d.what.vect</a></em><br>
-<em><a href="g.region.html">g.region</a></em><br>
-<em><a href="v.what.rast.html">v.what.rast</a></em><br>
-<em><a href="v.what.vect.html">v.what.vect</a></em>
+<em>
+<a href="d.what.rast.html">d.what.rast</a>,
+<a href="d.what.vect.html">d.what.vect</a>,
+<a href="g.region.html">g.region</a>,
+<a href="v.what.rast.html">v.what.rast</a>,
+<a href="v.what.vect.html">v.what.vect</a>
+</em>
 
 
 <h2>AUTHORS</h2>