diff --git a/MapProjections/Shared/GeoApiProjection.cs b/MapProjections/Shared/GeoApiProjection.cs index 480fe16f..30f92f42 100644 --- a/MapProjections/Shared/GeoApiProjection.cs +++ b/MapProjections/Shared/GeoApiProjection.cs @@ -53,10 +53,7 @@ namespace MapControl.Projections /// public string WKT { - get - { - return coordinateTransform?.TargetCS?.WKT; - } + get { return coordinateTransform?.TargetCS?.WKT; } set { var sourceCs = GeographicCoordinateSystem.WGS84;