Browse Source

trivial cosmetic whitespace

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38650 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
19ecc6ba7b
1 changed files with 7 additions and 2 deletions
  1. 7 2
      scripts/r.tileset/r.tileset.html

+ 7 - 2
scripts/r.tileset/r.tileset.html

@@ -5,6 +5,7 @@ cover a region in this projection with adequate resolution. By default
 the current region and its resolution are used, the bounds and
 resolution of another region can be used via the region option.
 
+
 <h2>NOTES</h2>
 
 <em>r.tileset</em> does not make "optimal" tilings (as few tiles of
@@ -14,7 +15,6 @@ region, in the degenerate case, it may create tiles demanding up to
 twice the necessary information. Furthermore, generating a tiling near
 a divergant point of a source projection, such as the poles of a
 cylindrical source projections, results in divergence of the tile set.
-
 <p>
 Not generating "optimal" tilings may have another consequence; the
 aspect ratio of cells in the destination region will not necessarily
@@ -23,6 +23,7 @@ strange aspect ratios. This might be a problem for some map request
 services presenting data in an inappropriate projection or with strict
 constraints on cell aspect ratio.
 
+
 <h2>OUTPUT FORMAT</h2>
 
 Each tile is listed on a seperate line in the output. The lines are
@@ -56,6 +57,7 @@ bbox=5,125,45,175&amp;width=80&amp;height=100
 http services.
 </dl>
 
+
 <h2>EXAMPLES</h2>
 
 <dl>
@@ -90,15 +92,18 @@ substitution <code>`g.proj -j location=IrishGrid`</code> will only
 work in a unix style shell.
 </dl>
 
+
 <h2>BUGS</h2>
 
 <ul>
 <li><em>r.tileset</em> does not know about meridians that
 "wrap-around" in projections.  </ul>
 
+
 <h2>AUTHORS</h2>
 
 Cedric Shock<br>
 Updated for GRASS 7 by Martin Landa, CTU in Prague, Czech Republic
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>