mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Updated GeoApiProjectionFactory
This commit is contained in:
parent
87c5c6eee7
commit
da3a9a18fb
6 changed files with 87 additions and 87 deletions
|
|
@ -24,16 +24,16 @@ namespace MapControl.Projections
|
|||
Zone = zone;
|
||||
CoordinateSystemWkt
|
||||
= $"PROJCS[\"ETRS89 / UTM zone {zone}N\","
|
||||
+ GeoApiProjectionFactory.GeoGcsETRS89 + ","
|
||||
+ GeoApiProjectionFactory.ProjectionTM + ","
|
||||
+ GeoApiProjectionFactory.GeoGcsEtrs89 + ","
|
||||
+ GeoApiProjectionFactory.ProjectionTransverseMercator + ","
|
||||
+ "PARAMETER[\"latitude_of_origin\",0],"
|
||||
+ $"PARAMETER[\"central_meridian\",{6 * zone - 183}],"
|
||||
+ "PARAMETER[\"scale_factor\",0.9996],"
|
||||
+ "PARAMETER[\"false_easting\",500000],"
|
||||
+ "PARAMETER[\"false_northing\",0],"
|
||||
+ GeoApiProjectionFactory.UnitMeter + ","
|
||||
+ GeoApiProjectionFactory.AxisEast + ","
|
||||
+ GeoApiProjectionFactory.AxisNorth + ","
|
||||
+ GeoApiProjectionFactory.AxisEasting + ","
|
||||
+ GeoApiProjectionFactory.AxisNorthing + ","
|
||||
+ $"AUTHORITY[\"EPSG\",\"258{zone:00}\"]]";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue