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
|
|
@ -24,7 +24,7 @@ namespace MapControl.Projections
|
|||
Zone = zone;
|
||||
CoordinateSystemWkt
|
||||
= $"PROJCS[\"ETRS89 / UTM zone {zone}N\","
|
||||
+ WktConstants.GeoGcsEtrs89 + ","
|
||||
+ WktConstants.GeogCsEtrs89 + ","
|
||||
+ "PROJECTION[\"Transverse_Mercator\"],"
|
||||
+ "PARAMETER[\"latitude_of_origin\",0],"
|
||||
+ $"PARAMETER[\"central_meridian\",{6 * zone - 183}],"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue