mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Added GeoApiProjectionFactory
This commit is contained in:
parent
d7c45effc6
commit
5b9e5529f6
6 changed files with 106 additions and 4 deletions
|
|
@ -114,14 +114,16 @@ namespace MapControl.Projections
|
|||
|
||||
public class UpsNorthProjection : PolarStereographicProjection
|
||||
{
|
||||
public UpsNorthProjection() : base("EPSG:32661", true, 0.994, 2e6, 2e6)
|
||||
public UpsNorthProjection()
|
||||
: base("EPSG:32661", true, 0.994, 2e6, 2e6)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class UpsSouthProjection : PolarStereographicProjection
|
||||
{
|
||||
public UpsSouthProjection() : base("EPSG:32761", false, 0.994, 2e6, 2e6)
|
||||
public UpsSouthProjection()
|
||||
: base("EPSG:32761", false, 0.994, 2e6, 2e6)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue