From 4ebdb8d9a5fa6d66c463f33a268c9f51bc7acfaf Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Thu, 22 Jan 2026 19:56:13 +0100 Subject: [PATCH] summaries --- MapControl/Shared/Wgs84AutoTmProjection.cs | 2 +- MapControl/Shared/Wgs84AutoUtmProjection.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MapControl/Shared/Wgs84AutoTmProjection.cs b/MapControl/Shared/Wgs84AutoTmProjection.cs index 8aa283e8..2f216efb 100644 --- a/MapControl/Shared/Wgs84AutoTmProjection.cs +++ b/MapControl/Shared/Wgs84AutoTmProjection.cs @@ -2,7 +2,7 @@ { /// /// WGS84 Auto Transverse Mercator Projection - AUTO2:42002. - /// The CentralMeridian is automatically set to the projection's Center.Longitude. + /// CentralMeridian is automatically set to Center.Longitude. /// public class Wgs84AutoTmProjection : TransverseMercatorProjection { diff --git a/MapControl/Shared/Wgs84AutoUtmProjection.cs b/MapControl/Shared/Wgs84AutoUtmProjection.cs index be711d5b..8f65b162 100644 --- a/MapControl/Shared/Wgs84AutoUtmProjection.cs +++ b/MapControl/Shared/Wgs84AutoUtmProjection.cs @@ -4,7 +4,7 @@ namespace MapControl { /// /// WGS84 Universal Transverse Mercator Projection - AUTO2:42002. - /// Zone and Hemisphere are automatically selected from the projection's Center. + /// Zone and Hemisphere are automatically set according to the projection's Center. /// If the CRS identifier passed to the constructor is null or empty, appropriate /// values from EPSG:32601 to EPSG:32660 and EPSG:32701 to EPSG:32760 are used. ///