Skip to content

Commit

Permalink
Update src/plugins/grass/qgsgrassnewmapset.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 11, 2024
1 parent b9f7c01 commit 971abaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassnewmapset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ void QgsGrassNewMapset::setGrassProjection()
// Define projection
if ( crs.isValid() )
{
const QString wkt = crs.toWkt( Qgis::CrsWktVariant::Preferred );
const QString wkt = crs.toWkt( QgsCoordinateReferenceSystem::WktVariant::WKT_PREFERRED );
QgsDebugMsgLevel( QStringLiteral( "wkt = %1" ).arg( crs.toWkt( Qgis::CrsWktVariant::Preferred ) ), 3 );

// Note: GPJ_osr_to_grass() defaults in PROJECTION_XY if projection
Expand Down

0 comments on commit 971abaf

Please sign in to comment.