mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
better crs string
This commit is contained in:
parent
8bd12426d7
commit
293be69903
@ -3727,7 +3727,7 @@ QString QgsProcessingParameterExtent::valueAsPythonString( const QVariant &value
|
||||
qgsDoubleToString( r.yMinimum() ),
|
||||
qgsDoubleToString( r.xMaximum() ),
|
||||
qgsDoubleToString( r.yMaximum() ),
|
||||
r.crs().authid() );
|
||||
r.crs().userFriendlyIdentifier( Qgis::CrsIdentifierType::ShortString ) );
|
||||
}
|
||||
else if ( value.userType() == qMetaTypeId< QgsGeometry>() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user