[GRASS-SVN] r42665 - grass/branches/develbranch_6/lib/proj

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 27 15:21:14 EDT 2010


Author: msieczka
Date: 2010-06-27 19:21:14 +0000 (Sun, 27 Jun 2010)
New Revision: 42665

Modified:
   grass/branches/develbranch_6/lib/proj/gcs.override.csv
Log:
Port GDAL's http://trac.osgeo.org/gdal/changeset/19810 to fix missing towsg84 for EPSG codes: 3120 2172 2173 2174 2175 3333 3334 3335 3329 3330 3331 3332 3328 4179. It also forces ETRS89 datum to be interpreted as 0,0,0,0,0,0,0 instead of 0.000,0.000,0.000 (i.e. overrides the datum.table ETRS89 setting, too). More info: http://lists.osgeo.org/pipermail/grass-dev/2010-June/050918.html, http://trac.osgeo.org/gdal/ticket/3579.

Modified: grass/branches/develbranch_6/lib/proj/gcs.override.csv
===================================================================
--- grass/branches/develbranch_6/lib/proj/gcs.override.csv	2010-06-27 19:21:02 UTC (rev 42664)
+++ grass/branches/develbranch_6/lib/proj/gcs.override.csv	2010-06-27 19:21:14 UTC (rev 42665)
@@ -40,3 +40,8 @@
 #
 4284,Pulkovo 1942,6284,Pulkovo 1942,6284,9122,7024,8901,1,0,6422,9607,23.9,-141.3,-80.9,0,-0.37,-0.85,-0.12
 
+# Forward-ported from 1.6 (and consistant with 1.8dev) (see ticket #3579)
+4179,"Pulkovo 1942(58)",6179,"Pulkovo 1942/58",6179,9122,7024,8901,1,0,6422,9606,33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84
+
+# Backported from 1.8dev (see ticket #3579)
+4258,ETRS89,6258,European Terrestrial Reference System 1989,6258,9122,7019,8901,1,0,6422,9603,0,0,0,,,,



More information about the grass-commit mailing list