better crs string

This commit is contained in:
jonathanlurie 2025-06-19 14:29:43 +02:00
parent 8bd12426d7
commit 293be69903

View File

@ -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>() )
{