mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-13 04:00:00 +01:00
Update MapProjectionFactory.cs
This commit is contained in:
parent
1f75e9feea
commit
31df63459f
|
|
@ -32,10 +32,6 @@ namespace MapControl
|
|||
projection = new UpsSouthProjection();
|
||||
break;
|
||||
|
||||
case "AUTO-UTM":
|
||||
projection = new Wgs84AutoUtmProjection(null); // client-side auto zone
|
||||
break;
|
||||
|
||||
case Wgs84AutoUtmProjection.DefaultCrsId:
|
||||
projection = new Wgs84AutoUtmProjection();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue