mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Updated Wgs84UtmProjection
This commit is contained in:
parent
c50551d4fe
commit
50261de408
5 changed files with 58 additions and 15 deletions
|
|
@ -26,10 +26,6 @@ namespace MapControl
|
|||
public Wgs84UtmProjection(int zone, Hemisphere hemisphere)
|
||||
{
|
||||
SetZone(zone, hemisphere);
|
||||
|
||||
EquatorialRadius = Wgs84EquatorialRadius;
|
||||
Flattening = Wgs84Flattening;
|
||||
ScaleFactor = 0.9996;
|
||||
FalseEasting = 5e5;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue