mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Turn off some chatty warnings
This commit is contained in:
parent
5e1184a61d
commit
bbbc5b2562
@ -615,7 +615,7 @@ void QgsCoordinateTransform::transformCoords( int numPoints, double *x, double *
|
||||
|
||||
#ifdef QGISDEBUG
|
||||
if ( !mHasContext )
|
||||
qWarning( "No QgsCoordinateTransformContext context set for transform" );
|
||||
QgsDebugMsgLevel( "No QgsCoordinateTransformContext context set for transform", 4 );
|
||||
#endif
|
||||
|
||||
// use proj4 to do the transform
|
||||
|
@ -372,7 +372,7 @@ QgsCoordinateTransformContext QgsMapSettings::transformContext() const
|
||||
{
|
||||
#ifdef QGISDEBUG
|
||||
if ( !mHasTransformContext )
|
||||
qWarning( "No QgsCoordinateTransformContext context set for transform" );
|
||||
QgsDebugMsgLevel( "No QgsCoordinateTransformContext context set for transform", 4 );
|
||||
#endif
|
||||
|
||||
return mTransformContext;
|
||||
|
@ -110,7 +110,7 @@ QgsCoordinateTransformContext QgsRenderContext::transformContext() const
|
||||
{
|
||||
#ifdef QGISDEBUG
|
||||
if ( !mHasTransformContext )
|
||||
qWarning( "No QgsCoordinateTransformContext context set for transform" );
|
||||
QgsDebugMsgLevel( "No QgsCoordinateTransformContext context set for transform", 4 );
|
||||
#endif
|
||||
return mTransformContext;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user