This commit is contained in:
ClemensFischer 2026-01-10 22:48:14 +01:00
parent 28f2620e7d
commit c3fcfa9afe
7 changed files with 11 additions and 10 deletions

View file

@ -4,8 +4,8 @@ namespace MapControl.Projections
{
/// <summary>
/// WGS84 Universal Transverse Mercator Projection with automatic zone selection from
/// the projection center. If the CRS Id passed to the constructor is null or empty,
/// appropriate CRS Ids EPSG:32601 to EPSG:32660 and EPSG:32701 to EPSG:32760 are used.
/// the projection 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.
/// </summary>
public class Wgs84AutoUtmProjection : Wgs84UtmProjection
{