mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +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
|
|
@ -10,13 +10,12 @@ namespace MapControl
|
|||
{
|
||||
WebMercatorProjection.DefaultCrsId => new WebMercatorProjection(),
|
||||
WorldMercatorProjection.DefaultCrsId => new WorldMercatorProjection(),
|
||||
EquirectangularProjection.DefaultCrsId or "CRS:84" or "EPSG:4087" => new EquirectangularProjection(crsId),
|
||||
EquirectangularProjection.DefaultCrsId or "CRS:84" => new EquirectangularProjection(crsId),
|
||||
Wgs84UpsNorthProjection.DefaultCrsId => new Wgs84UpsNorthProjection(),
|
||||
Wgs84UpsSouthProjection.DefaultCrsId => new Wgs84UpsSouthProjection(),
|
||||
Wgs84AutoUtmProjection.DefaultCrsId => new Wgs84AutoUtmProjection(),
|
||||
Wgs84AutoTmProjection.DefaultCrsId => new Wgs84AutoTmProjection(),
|
||||
OrthographicProjection.DefaultCrsId => new OrthographicProjection(),
|
||||
AutoEquirectangularProjection.DefaultCrsId => new AutoEquirectangularProjection(),
|
||||
GnomonicProjection.DefaultCrsId => new GnomonicProjection(),
|
||||
StereographicProjection.DefaultCrsId => new StereographicProjection(),
|
||||
AzimuthalEquidistantProjection.DefaultCrsId => new AzimuthalEquidistantProjection(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue