Comments on map projections

This commit is contained in:
Clemens 2022-02-23 23:19:32 +01:00
parent f6b4830f24
commit 6a14d740e8
9 changed files with 27 additions and 16 deletions

View file

@ -112,6 +112,9 @@ namespace MapControl.Projections
}
}
/// <summary>
/// Elliptical North Polar Stereographic Projection - EPSG:32661.
/// </summary>
public class UpsNorthProjection : PolarStereographicProjection
{
public const string DefaultCrsId = "EPSG:32661";
@ -122,6 +125,9 @@ namespace MapControl.Projections
}
}
/// <summary>
/// Elliptical South Polar Stereographic Projection - EPSG:32761.
/// </summary>
public class UpsSouthProjection : PolarStereographicProjection
{
public const string DefaultCrsId = "EPSG:32761";