mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update TransverseMercatorProjection.cs
This commit is contained in:
parent
9c69deb782
commit
95c256a559
|
|
@ -20,6 +20,7 @@ namespace MapControl
|
|||
#else
|
||||
private static double Math_Atanh(double x) => Math.Atanh(x);
|
||||
#endif
|
||||
|
||||
public double EquatorialRadius { get; set; } = Wgs84EquatorialRadius;
|
||||
public double Flattening { get; set; } = Wgs84Flattening;
|
||||
public double ScaleFactor { get; set; } = 0.9996;
|
||||
|
|
|
|||
Loading…
Reference in a new issue