mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
reverted raster reprojection matrix size, Magnus Homann wrote: Ooops, that wasn't supposed to go in the commit
This commit is contained in:
parent
c918952c74
commit
965342d2f9
@ -202,7 +202,7 @@ void QgsRasterProjector::calc()
|
||||
}
|
||||
// What is the maximum reasonable size of transformatio matrix?
|
||||
// TODO: consider better when to break - ratio
|
||||
if ( mCPRows * mCPCols > 0.0625 * mDestRows * mDestCols )
|
||||
if ( mCPRows * mCPCols > 0.25 * mDestRows * mDestCols )
|
||||
{
|
||||
QgsDebugMsg( "Too large CP matrix" );
|
||||
mApproximate = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user