Skip to content

Commit

Permalink
change ellipsoid
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Dec 20, 2024
1 parent d154d5b commit c2b9cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cesium/Ellipsoid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ public class Ellipsoid
public Ellipsoid()
{
SemiMajorAxis = 6378137;
SemiMinorAxis = 6356752.3142478326;
Eccentricity = 0.081819190837553915;
SemiMinorAxis = 6356752.314245179;
Eccentricity = 0.08181919084262157;
}
public double SemiMajorAxis { get; }
public double SemiMinorAxis { get; }
Expand Down

0 comments on commit c2b9cad

Please sign in to comment.