Skip to content

Commit

Permalink
Fix #12406 (measured area is wrong when computed on ellipsoid)
Browse files Browse the repository at this point in the history
Introduced in e568493
  • Loading branch information
wonder-sk committed May 21, 2015
1 parent 1f14ce7 commit 1949fe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgsdistancearea.cpp
Expand Up @@ -232,10 +232,11 @@ bool QgsDistanceArea::setEllipsoid( const QString& ellipsoid )
// set transformation from project CRS to ellipsoid coordinates
mCoordTransform->setDestCRS( destCRS );

mEllipsoid = ellipsoid;

// precalculate some values for area calculations
computeAreaInit();

mEllipsoid = ellipsoid;
return true;
}

Expand Down

0 comments on commit 1949fe9

Please sign in to comment.