Przeglądaj źródła

Update r.region.html (#600)

Make example more clear
積丹尼 Dan Jacobson 5 lat temu
rodzic
commit
e8c0af7669
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      raster/r.region/r.region.html

+ 3 - 3
raster/r.region/r.region.html

@@ -29,14 +29,14 @@ e=<em>value</em>, and w=<em>value</em>.
 
 <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>