Skip to content

Commit

Permalink
Update src/core/qgsdistancearea.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Apr 6, 2012
1 parent 30eaf19 commit 55d9268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdistancearea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ bool QgsDistanceArea::setEllipsoid( const QString& ellipsoid )
else if ( parameter2.left( 3 ) == "rf=" )
{
mInvFlattening = parameter2.mid( 3 ).toDouble();
mSemiMinor = mSemiMajor - ( mInvFlattening / mSemiMajor );
mSemiMinor = mSemiMajor - ( mSemiMajor / mInvFlattening );
}
else
{
Expand Down

0 comments on commit 55d9268

Please sign in to comment.