mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Comments on map projections
This commit is contained in:
parent
f6b4830f24
commit
6a14d740e8
9 changed files with 27 additions and 16 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue