mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 00:14:51 +00:00
Equirectangular projections
This commit is contained in:
parent
419e2dee16
commit
218071faea
4 changed files with 24 additions and 15 deletions
|
|
@ -25,7 +25,9 @@ namespace MapControl
|
|||
return new WorldMercatorProjection();
|
||||
|
||||
case EquirectangularProjection.DefaultCrsId:
|
||||
return new EquirectangularProjection();
|
||||
case "CRS:84":
|
||||
case "EPSG:4087":
|
||||
return new EquirectangularProjection(crsId);
|
||||
|
||||
case UpsNorthProjection.DefaultCrsId:
|
||||
return new UpsNorthProjection();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue