mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Comments
This commit is contained in:
parent
c3fcfa9afe
commit
610ad13b96
4 changed files with 12 additions and 13 deletions
|
|
@ -30,8 +30,8 @@ namespace MapControl
|
|||
public const double Wgs84MeterPerDegree = Wgs84EquatorialRadius * Math.PI / 180d;
|
||||
public const double Wgs84Flattening = 1d / 298.257223563;
|
||||
|
||||
// Arithmetic mean radius (2*a + b) / 3 == (1 - f/3) * a
|
||||
// https://en.wikipedia.org/wiki/Earth_radius#Arithmetic_mean_radius
|
||||
// Arithmetic mean radius (2*a + b) / 3 == (1 - f/3) * a.
|
||||
// See https://en.wikipedia.org/wiki/Earth_radius#Arithmetic_mean_radius.
|
||||
//
|
||||
public const double Wgs84MeanRadius = (1d - Wgs84Flattening / 3d) * Wgs84EquatorialRadius;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue