mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Version 4.10.0: Added MapProjections library project.
This commit is contained in:
parent
8c2cd92fe4
commit
c9c656999b
2 changed files with 9 additions and 5 deletions
|
|
@ -46,9 +46,12 @@ namespace MapControl.Projections
|
|||
|
||||
zoneName = value;
|
||||
epsgCode += zoneNumber;
|
||||
var centralMeridian = 6 * zoneNumber - 183;
|
||||
|
||||
Wkt = string.Format(wktFormat, zoneName, 6 * zoneNumber - 183, falseNorthing, epsgCode);
|
||||
WKT = string.Format(wktFormat, zoneName, centralMeridian, falseNorthing, epsgCode);
|
||||
TrueScale = 0.9996 * MetersPerDegree;
|
||||
|
||||
System.Diagnostics.Debug.WriteLine(WKT);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue