Update AutoUtmProjection.cs

This commit is contained in:
Clemens 2022-02-19 18:32:27 +01:00
parent fe6d15fea6
commit 576c1def74

View file

@ -42,8 +42,6 @@ namespace MapControl.Projections
CoordinateSystem = ProjectedCoordinateSystem.WGS84_UTM(zoneNumber, zoneIsNorth);
CrsId = "AUTO2:42001";
System.Diagnostics.Debug.WriteLine(CoordinateSystem.Name);
}
}
}