[GRASS-SVN] r30791 - grass/trunk/general/g.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 29 04:44:45 EDT 2008
Author: neteler
Date: 2008-03-29 04:44:45 -0400 (Sat, 29 Mar 2008)
New Revision: 30791
Modified:
grass/trunk/general/g.proj/description.html
Log:
Google Mercator Projection example
Modified: grass/trunk/general/g.proj/description.html
===================================================================
--- grass/trunk/general/g.proj/description.html 2008-03-29 01:49:24 UTC (rev 30790)
+++ grass/trunk/general/g.proj/description.html 2008-03-29 08:44:45 UTC (rev 30791)
@@ -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