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
QgsMessageLog::logMessage( QObject::tr( "Caught a coordinate system exception while trying to transform a point. Unable to calculate line length." ) );
393
-
return0.0;
402
+
result =0.0;
394
403
}
404
+
QgsDebugMsg( QString( "The result was %1" ).arg( result ) );
0 commit comments