Browse Source

add example

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34278 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
3eb2bff1f7
1 changed files with 24 additions and 6 deletions
  1. 24 6
      raster/r.grow.distance/r.grow.distance.html

+ 24 - 6
raster/r.grow.distance/r.grow.distance.html

@@ -51,19 +51,37 @@ The <i>Maximum metric</i> is given by the formula
 
 where the isolines of distance from a point are squares.
 
+
+<h2>EXAMPLE</h2>
+
+Spearfish sample dataset
+<div class="code"><pre>
+r.grow.distance in=roads out=dist_from_roads
+</pre></div>
+
+
 <h2>SEE ALSO</h2>
 
-<em><a href="r.grow.html">r.grow</a></em><br>
-<em><a href="r.buffer.html">r.buffer</a></em><br>
-<em><a href="r.patch.html">r.patch</a></em>
+<em>
+<a href="r.grow.html">r.grow</a><br>
+<a href="r.buffer.html">r.buffer</a><br>
+<a href="r.cost.html">r.cost</a><br>
+<a href="r.patch.html">r.patch</a>
+</em>
 
 <p>
 
-<em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a></em><br>
-<em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a></em>
+<em>
+<a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry:
+    Euclidean Metric</a><br>
+<a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry:
+    Manhattan Metric</a>
+</em>
+
 
 <h2>AUTHORS</h2>
 
 Glynn Clements
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>