Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/proj/qgscoordinatetransform_p.cpp
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
rouault and nyalldawson committed Jan 24, 2022
1 parent ea6db11 commit ef4b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/proj/qgscoordinatetransform_p.cpp
Expand Up @@ -160,7 +160,7 @@ bool QgsCoordinateTransformPrivate::initialize()
}

mGeographicToWebMercator =
mSourceCRS.authid() == QLatin1String( "EPSG:4326" ) &&
mSourceCRS.isGeographic() &&
mDestCRS.authid() == QLatin1String( "EPSG:3857" );

mSourceIsDynamic = mSourceCRS.isDynamic();
Expand Down

0 comments on commit ef4b820

Please sign in to comment.