You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- modify polygon render to exclude consectuvie points that are less than
a pixel appart
- moved inner loop debug prints to level 3 and 4 since they where
slowing down too much the code in debug
QgsMessageLog::logMessage( QObject::tr( "Caught a coordinate system exception while trying to transform a point. Unable to calculate line length." ) );
487
487
result = 0.0;
488
488
}
489
-
QgsDebugMsg( QString( "The result was %1" ).arg( result ) );
489
+
QgsDebugMsgLevel( QString( "The result was %1" ).arg( result ), 3 );
0 commit comments