Updated GeoApiProjection

This commit is contained in:
Clemens 2022-01-24 20:43:22 +01:00
parent d61cb51f80
commit 0d602be611
5 changed files with 16 additions and 7 deletions

View file

@ -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);
}
}
}