Jelajahi Sumber

add note about relative northings,eastings (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36934 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 tahun lalu
induk
melakukan
492ec75ca0
1 mengubah file dengan 14 tambahan dan 2 penghapusan
  1. 14 2
      raster/r.region/r.region.html

+ 14 - 2
raster/r.region/r.region.html

@@ -14,12 +14,21 @@ to the edges of the next nearest cell in the named raster map -- not to the
 named map's edges.  To perform the latter function, use the
 named map's edges.  To perform the latter function, use the
 <b>raster=</b><em>name</em> option.
 <b>raster=</b><em>name</em> option.
 
 
+
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
 After all updates have been applied, the raster map's resolution
 After all updates have been applied, the raster map's resolution
 settings are recomputed from the boundaries and the number of rows and
 settings are recomputed from the boundaries and the number of rows and
 columns in the raster map.
 columns in the raster map.
 
 
+<P>
+The n=<em>value</em> may also be specified as a
+function of its current value:  n=n+<em>value</em>
+increases the current northing, while n=n-<em>value</em>
+decreases it.  This is also true for s=<em>value</em>,
+e=<em>value</em>, and w=<em>value</em>.
+
+
 <h2>EXAMPLES</h2>
 <h2>EXAMPLES</h2>
 
 
 Assign absolute coordinates to map:
 Assign absolute coordinates to map:
@@ -32,16 +41,19 @@ Shift map (using offset, here by 100 map units in two directions):
 r.region map=mymap n=n+100 e=e+100 w=w+100 s=s+100
 r.region map=mymap n=n+100 e=e+100 w=w+100 s=s+100
 </pre></div>
 </pre></div>
 
 
+
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em><a href="r.support.html">r.support</a></em><br>
 <em><a href="r.support.html">r.support</a></em><br>
 <em><a href="g.region.html">g.region</a></em>
 <em><a href="g.region.html">g.region</a></em>
 
 
+
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
 Glynn Clements
 Glynn Clements
 
 
 <br>
 <br>
-Based upon g.region
+Based upon <em>g.region</em>
 
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>