[GRASS-SVN] r54280 - grass/branches/develbranch_6/scripts/r.tileset

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 14 05:07:05 PST 2012


Author: neteler
Date: 2012-12-14 05:07:05 -0800 (Fri, 14 Dec 2012)
New Revision: 54280

Modified:
   grass/branches/develbranch_6/scripts/r.tileset/description.html
Log:
example fix

Modified: grass/branches/develbranch_6/scripts/r.tileset/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/r.tileset/description.html	2012-12-14 13:06:53 UTC (rev 54279)
+++ grass/branches/develbranch_6/scripts/r.tileset/description.html	2012-12-14 13:07:05 UTC (rev 54280)
@@ -84,14 +84,15 @@
 work in a unix style shell:
 <p>
 <div class="code"><pre>
-r.tileset sourceproj=`g.proj -j location=IrishGrid` maxrows=400 maxcols=300 overlap=3 -g
+r.tileset sourceproj="`g.proj -j location=IrishGrid`" maxrows=400 maxcols=300 overlap=3 -g
 </pre></div>
 
 <h2>BUGS</h2>
 
 <ul>
 <li><em>r.tileset</em> does not know about meridians that
-"wrap-around" in projections.  </ul>
+"wrap-around" in projections.</li>
+</ul>
 
 
 <h2>AUTHORS</h2>



More information about the grass-commit mailing list