mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-12 11:40:15 +01:00
Update MapProjectionFactory.cs
This commit is contained in:
parent
b16d2b8c9b
commit
4166bd34d1
|
|
@ -33,7 +33,7 @@ namespace MapControl
|
|||
break;
|
||||
|
||||
case Wgs84AutoUtmProjection.DefaultCrsId:
|
||||
projection = new Wgs84AutoUtmProjection("");
|
||||
projection = new Wgs84AutoUtmProjection();
|
||||
break;
|
||||
|
||||
case Wgs84AutoTmProjection.DefaultCrsId:
|
||||
|
|
|
|||
Loading…
Reference in a new issue