mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix destination transform not showing
This commit is contained in:
parent
e0b3197bee
commit
d18dac0cb0
@ -90,7 +90,7 @@ QVariant QgsDatumTransformTableModel::data( const QModelIndex &index, int role )
|
||||
case DestinationCrsColumn:
|
||||
return destinationCrs;
|
||||
case DestinationTransformColumn:
|
||||
if ( sourceTransform != -1 )
|
||||
if ( destinationTransform != -1 )
|
||||
{
|
||||
return QgsCoordinateTransform::datumTransformString( destinationTransform );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user