mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Updated UTM projections
This commit is contained in:
parent
31df63459f
commit
28f2620e7d
4 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ namespace MapControl.Projections
|
|||
|
||||
Zone = zone;
|
||||
Hemisphere = hemisphere;
|
||||
CoordinateSystem = ProjectedCoordinateSystem.WGS84_UTM(Zone, hemisphere == Hemisphere.North);
|
||||
CoordinateSystem = ProjectedCoordinateSystem.WGS84_UTM(zone, hemisphere == Hemisphere.North);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue