[GRASS-SVN] r30792 - grass/branches/releasebranch_6_3/general/g.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 29 04:45:24 EDT 2008


Author: neteler
Date: 2008-03-29 04:45:24 -0400 (Sat, 29 Mar 2008)
New Revision: 30792

Modified:
   grass/branches/releasebranch_6_3/general/g.proj/description.html
Log:
Google Mercator Projection example (merge fro HEAD)

Modified: grass/branches/releasebranch_6_3/general/g.proj/description.html
===================================================================
--- grass/branches/releasebranch_6_3/general/g.proj/description.html	2008-03-29 08:44:45 UTC (rev 30791)
+++ grass/branches/releasebranch_6_3/general/g.proj/description.html	2008-03-29 08:45:24 UTC (rev 30792)
@@ -138,6 +138,14 @@
 </pre></div>
 
 <p>
+Create a new location with the co-ordinate system referred to by ESRI-EPSG code
+900913 (<a href="http://spatialreference.org/ref/user/6/">Google Mercator Projection</a>)<br>
+
+<div class="code"><pre>
+g.proj -c proj4="+init=epsg:900913" loc=google
+</pre></div>
+
+<p>
 Create a new location with the co-ordinate system referred to by EPSG code
 29900 (Irish Grid), selecting datum transformation parameter set no. 2:<br>
 



More information about the grass-commit mailing list