Update TransverseMercatorProjection.cs

This commit is contained in:
ClemensFischer 2024-09-10 23:37:04 +02:00
parent 9c69deb782
commit 95c256a559

View file

@ -20,6 +20,7 @@ namespace MapControl
#else #else
private static double Math_Atanh(double x) => Math.Atanh(x); private static double Math_Atanh(double x) => Math.Atanh(x);
#endif #endif
public double EquatorialRadius { get; set; } = Wgs84EquatorialRadius; public double EquatorialRadius { get; set; } = Wgs84EquatorialRadius;
public double Flattening { get; set; } = Wgs84Flattening; public double Flattening { get; set; } = Wgs84Flattening;
public double ScaleFactor { get; set; } = 0.9996; public double ScaleFactor { get; set; } = 0.9996;