mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Updated GeoApiProjection
This commit is contained in:
parent
d61cb51f80
commit
0d602be611
5 changed files with 16 additions and 7 deletions
|
|
@ -45,7 +45,7 @@ namespace MapControl.Projections
|
|||
+ "AXIS[\"Northing\",NORTH],"
|
||||
+ "AUTHORITY[\"EPSG\",\"230{0}\"]]";
|
||||
|
||||
WKT = string.Format(wktFormat, zone, 6 * zone - 183);
|
||||
CoordinateSystemWkt = string.Format(wktFormat, zone, 6 * zone - 183);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue