From 9e0a80e0935c1e714aa3f9d1125c47cc727be846 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Wed, 29 Aug 2018 21:19:24 +0200 Subject: [PATCH] Version 4.10.0: Added MapProjections library project. --- MapProjections/Shared/GeoApiProjection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MapProjections/Shared/GeoApiProjection.cs b/MapProjections/Shared/GeoApiProjection.cs index 30f92f42..e06e92e7 100644 --- a/MapProjections/Shared/GeoApiProjection.cs +++ b/MapProjections/Shared/GeoApiProjection.cs @@ -47,8 +47,8 @@ namespace MapControl.Projections } /// - /// Get or sets an OGC Well-known text representation of a projected coordinate system, - /// e.g. a PROJCS[...] string as used by https://epsg.io or http://spatialreference.org. + /// Gets or sets an OGC Well-known text representation of a projected coordinate system, + /// i.e. a PROJCS[...] string as used by https://epsg.io or http://spatialreference.org. /// Setting this property updates the CoordinateTransform property. /// public string WKT