mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Use mean radius in distance calculations
This commit is contained in:
parent
c187f323a8
commit
23a8e49efb
8 changed files with 20 additions and 14 deletions
|
|
@ -13,6 +13,8 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public class WorldMercatorProjection : MapProjection
|
||||
{
|
||||
public static readonly double Wgs84Eccentricity = Math.Sqrt((2d - Wgs84Flattening) * Wgs84Flattening);
|
||||
|
||||
public const string DefaultCrsId = "EPSG:3395";
|
||||
|
||||
public WorldMercatorProjection()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue