Updated Wgs84UtmProjection

This commit is contained in:
ClemensFischer 2026-01-12 11:49:24 +01:00
parent c50551d4fe
commit 50261de408
5 changed files with 58 additions and 15 deletions

View file

@ -26,10 +26,6 @@ namespace MapControl
public Wgs84UtmProjection(int zone, Hemisphere hemisphere)
{
SetZone(zone, hemisphere);
EquatorialRadius = Wgs84EquatorialRadius;
Flattening = Wgs84Flattening;
ScaleFactor = 0.9996;
FalseEasting = 5e5;
}