From ac7d25e99c5c30f32fcd499f1330f659f9e9e803 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Wed, 29 Aug 2018 21:07:53 +0200 Subject: [PATCH] Version 4.10.0: Added MapProjections library project. --- MapProjections/Shared/GeoApiProjection.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;