Updated Auto-UTM projections

This commit is contained in:
ClemensFischer 2026-01-10 08:28:10 +01:00
parent 8630c6ed70
commit b16d2b8c9b
13 changed files with 132 additions and 98 deletions

View file

@ -3,7 +3,7 @@
namespace MapControl.Projections
{
/// <summary>
/// ETRS89 UTM Projection with zone number.
/// ETRS89 Universal Transverse Mercator Projection.
/// </summary>
public class Etrs89UtmProjection : GeoApiProjection
{