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

@ -17,7 +17,8 @@ namespace MapControl.Projections
{
public WorldMercatorProjection()
{
WKT = "PROJCS[\"WGS 84 / World Mercator\","
CoordinateSystemWkt
= "PROJCS[\"WGS 84 / World Mercator\","
+ "GEOGCS[\"WGS 84\","
+ "DATUM[\"WGS_1984\","
+ "SPHEROID[\"WGS 84\",6378137,298.257223563,"