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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 20 13:10:33 EDT 2008


Author: neteler
Date: 2008-06-20 13:10:33 -0400 (Fri, 20 Jun 2008)
New Revision: 31769

Modified:
   grass/branches/develbranch_6/lib/proj/convert.c
Log:
fix ETRF_1989 for broken Polish EPSG files (merge from trunk)

Modified: grass/branches/develbranch_6/lib/proj/convert.c
===================================================================
--- grass/branches/develbranch_6/lib/proj/convert.c	2008-06-20 17:10:13 UTC (rev 31768)
+++ grass/branches/develbranch_6/lib/proj/convert.c	2008-06-20 17:10:33 UTC (rev 31769)
@@ -752,6 +752,8 @@
     "European_Terrestrial_Reference_System_1989",
     "ETRS_1989",
     "European_Terrestrial_Reference_System_1989",
+    "ETRF_1989",
+    "European_Terrestrial_Reference_System_1989",
     "NZGD_2000",
     "New_Zealand_Geodetic_Datum_2000",
     "Monte_Mario_Rome",
@@ -805,7 +807,7 @@
         pszDatum[j+1] = '\0';
     
 /* -------------------------------------------------------------------- */
-/*      Search for datum equivelences.  Specific massaged names get     */
+/*      Search for datum equivalences.  Specific massaged names get     */
 /*      mapped to OpenGIS specified names.                              */
 /* -------------------------------------------------------------------- */
     for( i = 0; papszDatumEquiv[i] != NULL; i += 2 )



More information about the grass-commit mailing list