Removed EPSG:4087 and AUTO2:42004

This commit is contained in:
ClemensFischer 2026-01-22 19:53:38 +01:00
parent d39c5a852e
commit 66231e6950
6 changed files with 7 additions and 72 deletions

View file

@ -11,7 +11,6 @@ namespace MapControl.Projections
{ 2180, WktConstants.ProjCsEtrf2000Pl },
{ 3034, WktConstants.ProjCsEtrs89LccEurope },
{ 3035, WktConstants.ProjCsEtrs89LaeaEurope },
{ 4087, WktConstants.ProjCsWgs84 },
{ 4647, WktConstants.ProjCsEtrs89Utm32NzEN },
{ 4839, WktConstants.ProjCsEtrs89LccGermanyNE },
{ 5243, WktConstants.ProjCsEtrs89LccGermanyEN },

View file

@ -101,19 +101,6 @@
UnitDegree +
"AUTHORITY[\"EPSG\",\"4149\"]]";
public const string ProjCsWgs84 =
"PROJCS[\"WGS 84 / World Equidistant Cylindrical\"," +
GeogCsWgs84 +
"PROJECTION[\"Equirectangular\"]," +
"PARAMETER[\"standard_parallel_1\",0]," +
"PARAMETER[\"central_meridian\",0]," +
"PARAMETER[\"false_easting\",0]," +
"PARAMETER[\"false_northing\",0]," +
"UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]]," +
"AXIS[\"Easting\",EAST]," +
"AXIS[\"Northing\",NORTH]," +
"AUTHORITY[\"EPSG\",\"4087\"]]";
public const string ProjCsGgrs87 =
"PROJCS[\"GGRS87 / Greek Grid\"," +
GeogCsGgrs87 + "," +