mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix garbled exceptions on proj errors
git-svn-id: http://svn.osgeo.org/qgis/trunk@12550 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
7736a27b11
commit
32ea3a2ae1
@ -483,7 +483,7 @@ void QgsCoordinateTransform::transformCoords( const int& numPoints, double *x, d
|
||||
}
|
||||
}
|
||||
|
||||
pjErr << tr( "with error: " ) << pj_strerrno( projResult ) << '\n';
|
||||
pjErr << tr( "with error: " ) << QString::fromUtf8( pj_strerrno( projResult ) ) << '\n';
|
||||
|
||||
QgsDebugMsg( "Projection failed emitting invalid transform signal: " + QString( msg.toLocal8Bit().data() ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user