Skip to content

Commit

Permalink
revert multithreaded georef (#41789)
Browse files Browse the repository at this point in the history
Fixes #41770
  • Loading branch information
roya0045 committed Feb 24, 2021
1 parent b3dae9a commit 58877e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/georeferencer/qgsimagewarper.cpp
Expand Up @@ -240,7 +240,7 @@ int QgsImageWarper::warpFile( const QString &input,
progressDialog->raise();
progressDialog->activateWindow();

eErr = oOperation.ChunkAndWarpMulti( 0, 0, destPixels, destLines );
eErr = oOperation.ChunkAndWarpImage( 0, 0, destPixels, destLines );

destroyGeoToPixelTransform( psWarpOptions->pTransformerArg );
delete progressDialog;
Expand Down

0 comments on commit 58877e4

Please sign in to comment.