mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 00:14:51 +00:00
Updated map projections
This commit is contained in:
parent
d6cdd5dc38
commit
5334bb4ea6
4 changed files with 35 additions and 54 deletions
|
|
@ -24,12 +24,12 @@ namespace MapControl
|
|||
projection = new EquirectangularProjection(crsId);
|
||||
break;
|
||||
|
||||
case UpsNorthProjection.DefaultCrsId:
|
||||
projection = new UpsNorthProjection();
|
||||
case Wgs84UpsNorthProjection.DefaultCrsId:
|
||||
projection = new Wgs84UpsNorthProjection();
|
||||
break;
|
||||
|
||||
case UpsSouthProjection.DefaultCrsId:
|
||||
projection = new UpsSouthProjection();
|
||||
case Wgs84UpsSouthProjection.DefaultCrsId:
|
||||
projection = new Wgs84UpsSouthProjection();
|
||||
break;
|
||||
|
||||
case Wgs84AutoUtmProjection.DefaultCrsId:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue