mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Added more WKTs
This commit is contained in:
parent
4420b3dd03
commit
0173c4611a
8 changed files with 230 additions and 161 deletions
|
|
@ -24,16 +24,16 @@ namespace MapControl.Projections
|
|||
Zone = zone;
|
||||
CoordinateSystemWkt
|
||||
= $"PROJCS[\"ETRS89 / UTM zone {zone}N\","
|
||||
+ ProjNetMapProjectionFactory.GeoGcsEtrs89 + ","
|
||||
+ ProjNetMapProjectionFactory.ProjectionTransverseMercator + ","
|
||||
+ WktConstants.GeoGcsEtrs89 + ","
|
||||
+ "PROJECTION[\"Transverse_Mercator\"],"
|
||||
+ "PARAMETER[\"latitude_of_origin\",0],"
|
||||
+ $"PARAMETER[\"central_meridian\",{6 * zone - 183}],"
|
||||
+ "PARAMETER[\"scale_factor\",0.9996],"
|
||||
+ "PARAMETER[\"false_easting\",500000],"
|
||||
+ "PARAMETER[\"false_northing\",0],"
|
||||
+ ProjNetMapProjectionFactory.UnitMeter + ","
|
||||
+ ProjNetMapProjectionFactory.AxisEasting + ","
|
||||
+ ProjNetMapProjectionFactory.AxisNorthing + ","
|
||||
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
||||
+ "AXIS[\"Easting\",EAST],"
|
||||
+ "AXIS[\"Northing\",NORTH],"
|
||||
+ $"AUTHORITY[\"EPSG\",\"258{zone:00}\"]]";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue