mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
MapProjection.Factory
This commit is contained in:
parent
c2a0fd836e
commit
616b2bf3f7
5 changed files with 36 additions and 89 deletions
|
|
@ -194,7 +194,7 @@ namespace MapControl
|
|||
{
|
||||
var epsgCode = geoKeyDirectory[i + 3];
|
||||
|
||||
return MapProjectionFactory.Instance.GetProjection($"EPSG:{epsgCode}");
|
||||
return MapProjection.Parse($"EPSG:{epsgCode}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue