mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Update MapProjectionFactory.cs
This commit is contained in:
parent
b16d2b8c9b
commit
4166bd34d1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace MapControl
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Wgs84AutoUtmProjection.DefaultCrsId:
|
case Wgs84AutoUtmProjection.DefaultCrsId:
|
||||||
projection = new Wgs84AutoUtmProjection("");
|
projection = new Wgs84AutoUtmProjection();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Wgs84AutoTmProjection.DefaultCrsId:
|
case Wgs84AutoTmProjection.DefaultCrsId:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue