mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Removed EPSG:4087 and AUTO2:42004
This commit is contained in:
parent
d39c5a852e
commit
66231e6950
6 changed files with 7 additions and 72 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
|
|
@ -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 + "," +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue