mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Reversed erroneous change
This commit is contained in:
parent
d11fd92343
commit
e1a1627896
@ -195,7 +195,7 @@ void QgsRasterProjector::calc()
|
||||
}
|
||||
// What is the maximum reasonable size of transformatio matrix?
|
||||
// TODO: consider better when to break - ratio
|
||||
if ( mCPRows * mCPCols > 0.25 * mDestRows * mDestCols )
|
||||
if ( mCPRows * mCPCols > 0.0625 * mDestRows * mDestCols )
|
||||
{
|
||||
QgsDebugMsg( "Too large CP matrix" );
|
||||
mApproximate = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user