Skip to content

Commit

Permalink
Update r.region.html (#600)
Browse files Browse the repository at this point in the history
Make example more clear
  • Loading branch information
jidanni authored and neteler committed May 8, 2020
1 parent 5550060 commit 8c49a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raster/r.region/r.region.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ <h2>NOTES</h2>

<h2>EXAMPLES</h2>

Assign absolute coordinates to map:
<p>Assign absolute coordinates to map:
<div class="code"><pre>
r.region map=mymap n=220750 s=220000 w=638300 e=639000
</pre></div>

Shift map (using offset, here by 100 map units in two directions):
<p>Shift map (using offset, here by +100 map units in the NS direction, -50 in the EW direction):
<div class="code"><pre>
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-50 w=w-50 s=s+100
</pre></div>


Expand Down

0 comments on commit 8c49a45

Please sign in to comment.