We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150ff82 commit b8e86e2Copy full SHA for b8e86e2
src/plugins/coordinate_capture/coordinatecapture.cpp
@@ -90,7 +90,7 @@ void CoordinateCapture::initGui()
90
91
setSourceCrs(); //set up the source CRS
92
mTransform.setDestCRS( mCrs ); // set the CRS in the transform
93
- mUserCrsDisplayPrecision = ( mCrs.mapUnits() == QGis::Degrees ) ? 3 : 5; // precision depends on CRS units
+ mUserCrsDisplayPrecision = ( mCrs.mapUnits() == QGis::Degrees ) ? 5 : 3; // precision depends on CRS units
94
95
// Create the action for tool
96
mQActionPointer = new QAction( QIcon(), tr( "Coordinate Capture" ), this );
0 commit comments