[GRASS-SVN] r31768 - grass/trunk/lib/proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 20 13:10:13 EDT 2008
Author: neteler
Date: 2008-06-20 13:10:13 -0400 (Fri, 20 Jun 2008)
New Revision: 31768
Modified:
grass/trunk/lib/proj/convert.c
Log:
fix ETRF_1989 for broken Polish EPSG files
Modified: grass/trunk/lib/proj/convert.c
===================================================================
--- grass/trunk/lib/proj/convert.c 2008-06-20 14:52:41 UTC (rev 31767)
+++ grass/trunk/lib/proj/convert.c 2008-06-20 17:10:13 UTC (rev 31768)
@@ -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