[QGIS Commit] r15059 - trunk/qgis/src/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Jan 19 19:06:34 EST 2011
Author: jef
Date: 2011-01-19 16:06:34 -0800 (Wed, 19 Jan 2011)
New Revision: 15059
Modified:
trunk/qgis/src/core/qgscoordinatetransform.cpp
Log:
drop special projection path handling on windows
Modified: trunk/qgis/src/core/qgscoordinatetransform.cpp
===================================================================
--- trunk/qgis/src/core/qgscoordinatetransform.cpp 2011-01-19 22:47:23 UTC (rev 15058)
+++ trunk/qgis/src/core/qgscoordinatetransform.cpp 2011-01-20 00:06:34 UTC (rev 15059)
@@ -557,7 +557,7 @@
void QgsCoordinateTransform::setFinder()
{
-#ifdef WIN32
+#if 0
// Attention! It should be possible to set PROJ_LIB
// but it can happen that it was previously set by installer
// (version 0.7) and the old installation was deleted
More information about the QGIS-commit
mailing list