mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Added Auto Transverse Mercator Projection
This commit is contained in:
parent
2686cda333
commit
8630c6ed70
5 changed files with 51 additions and 18 deletions
|
|
@ -36,6 +36,10 @@ namespace MapControl
|
|||
projection = new Wgs84AutoUtmProjection();
|
||||
break;
|
||||
|
||||
case Wgs84AutoTmProjection.DefaultCrsId:
|
||||
projection = new Wgs84AutoTmProjection();
|
||||
break;
|
||||
|
||||
case OrthographicProjection.DefaultCrsId:
|
||||
projection = new OrthographicProjection();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue