mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Removed azimuthal and "auto" map projections
Removing these projections - which were never really well implemented - greatly simplifies the code. There is no ProjectionCenter anymore and MapProjection methods do not return null Locations or Points.
This commit is contained in:
parent
f4481c31f0
commit
76b879dfac
37 changed files with 181 additions and 1076 deletions
|
|
@ -13,12 +13,6 @@ namespace MapControl
|
|||
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(),
|
||||
GnomonicProjection.DefaultCrsId => new GnomonicProjection(),
|
||||
StereographicProjection.DefaultCrsId => new StereographicProjection(),
|
||||
AzimuthalEquidistantProjection.DefaultCrsId => new AzimuthalEquidistantProjection(),
|
||||
_ => GetProjectionFromEpsgCode(crsId),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue