MapProjection.Factory

This commit is contained in:
ClemensFischer 2025-09-20 14:01:51 +02:00
parent c2a0fd836e
commit 616b2bf3f7
5 changed files with 36 additions and 89 deletions

View file

@ -194,7 +194,7 @@ namespace MapControl
{
var epsgCode = geoKeyDirectory[i + 3];
return MapProjectionFactory.Instance.GetProjection($"EPSG:{epsgCode}");
return MapProjection.Parse($"EPSG:{epsgCode}");
}
}