[QGIS Commit] r13586 - trunk/qgis/src/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat May 29 04:23:11 EDT 2010
Author: jef
Date: 2010-05-29 04:23:10 -0400 (Sat, 29 May 2010)
New Revision: 13586
Modified:
trunk/qgis/src/core/qgscoordinatereferencesystem.cpp
Log:
fix #2601
Modified: trunk/qgis/src/core/qgscoordinatereferencesystem.cpp
===================================================================
--- trunk/qgis/src/core/qgscoordinatereferencesystem.cpp 2010-05-29 08:08:39 UTC (rev 13585)
+++ trunk/qgis/src/core/qgscoordinatereferencesystem.cpp 2010-05-29 08:23:10 UTC (rev 13586)
@@ -1239,7 +1239,7 @@
+ "," + quotedValue( projectionAcronym() )
+ "," + quotedValue( ellipsoidAcronym() )
+ "," + quotedValue( toProj4() )
- + "',0)"; // <-- is_geo shamelessly hard coded for now
+ + ",0)"; // <-- is_geo shamelessly hard coded for now
}
else
{
More information about the QGIS-commit
mailing list