We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bcbd6 commit a4ca521Copy full SHA for a4ca521
src/app/qgsmeasuretool.cpp
@@ -70,7 +70,7 @@ void QgsMeasureTool::activate()
70
71
// If we suspect that they have data that is projected, yet the
72
// map CRS is set to a geographic one, warn them.
73
- if ( mCanvas->mapRenderer()->distanceArea()->geographic() &&
+ if ( mCanvas->mapRenderer()->destinationCrs().geographicFlag() &&
74
( mCanvas->extent().height() > 360 ||
75
mCanvas->extent().width() > 720 ) )
76
{
0 commit comments