[GRASS-SVN] r60266 - grass/branches/releasebranch_6_4/vector/v.mkgrid

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 16 10:12:36 PDT 2014


Author: neteler
Date: 2014-05-16 10:12:35 -0700 (Fri, 16 May 2014)
New Revision: 60266

Modified:
   grass/branches/releasebranch_6_4/vector/v.mkgrid/description.html
Log:
v.mkgrid manual: latitude-longitude example added

Modified: grass/branches/releasebranch_6_4/vector/v.mkgrid/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.mkgrid/description.html	2014-05-16 17:00:50 UTC (rev 60265)
+++ grass/branches/releasebranch_6_4/vector/v.mkgrid/description.html	2014-05-16 17:12:35 UTC (rev 60266)
@@ -19,14 +19,14 @@
 <div class="code"><pre>
 v.mkgrid map=coro_grid grid=4,3 position=coor coor=2716500,6447000 box=20000,20000
 </pre></div>
-<br>
 
 <p>
-Make a 10x12 lat/lon grid, cells 2 arc-min a side, with lower left corner
+3) Make a 10x12 lat/lon grid, cells 2 arc-min a side, with lower left corner
 at 167deg 52min east, 47deg 6min south. For use with e.g. QGIS you can then
 pull this grid into a projected location with <em>v.proj</em> before
 exporting as a Shapefile with <em>v.out.ogr</em> (within GRASS you could
-just use <em>d.grid -w</em> from the projected location for the same effect).
+just use <em>d.grid -w</em> from the projected location for the same effect):
+
 <div class="code"><pre>
 v.mkgrid map=p2min_grid grid=10,12 position=coor coor=167:52E,47:06S box=0:02,0:02
 </pre></div>
@@ -34,17 +34,17 @@
 
 <h2>SEE ALSO</h2>
 
+<em>
 <a href="v.patch.html">v.patch</a>,
 <a href="d.grid.html">d.grid</a>
+</em>
 
+<h2>AUTHORS</h2>
 
-<h2>AUTHOR</h2>
-
 Michael Higgins,
 U.S.Army Construction Engineering 
 Research Laboratory
-<p>
-Update for new vectors Radim Blazek 10/2004 
+<p>Update for new vectors Radim Blazek 10/2004 
 
 <p>
 <i>Last changed: $Date$</i>



More information about the grass-commit mailing list