mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Updated WktConstants
This commit is contained in:
parent
beac5042b0
commit
60152fef93
8 changed files with 259 additions and 239 deletions
|
|
@ -12,7 +12,7 @@ namespace MapControl.Projections
|
|||
{
|
||||
CoordinateSystemWkt
|
||||
= "PROJCS[\"WGS 84 / UPS North (N,E)\","
|
||||
+ WktConstants.GeoGcsWgs84 + ","
|
||||
+ WktConstants.GeogCsWgs84 + ","
|
||||
+ "PROJECTION[\"Polar_Stereographic\"],"
|
||||
+ "PARAMETER[\"latitude_of_origin\",90],"
|
||||
+ "PARAMETER[\"central_meridian\",0],"
|
||||
|
|
@ -39,7 +39,7 @@ namespace MapControl.Projections
|
|||
{
|
||||
CoordinateSystemWkt
|
||||
= "PROJCS[\"WGS 84 / UPS South (N,E)\","
|
||||
+ WktConstants.GeoGcsWgs84 + ","
|
||||
+ WktConstants.GeogCsWgs84 + ","
|
||||
+ "PROJECTION[\"Polar_Stereographic\"],"
|
||||
+ "PARAMETER[\"latitude_of_origin\",-90],"
|
||||
+ "PARAMETER[\"central_meridian\",0],"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue