From 30498bf593d5e9bed6bb8cfbf932927aa3737077 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Sat, 25 Aug 2018 20:26:22 +0200 Subject: [PATCH] Version 4.10.0: Simplified MapProjection. --- MapControl/Shared/MapProjection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MapControl/Shared/MapProjection.cs b/MapControl/Shared/MapProjection.cs index beb7f02f..544517d9 100644 --- a/MapControl/Shared/MapProjection.cs +++ b/MapControl/Shared/MapProjection.cs @@ -28,9 +28,9 @@ namespace MapControl private Matrix inverseViewportTransformMatrix; /// - /// Gets the WMS 1.3.0 CRS Identifier. + /// Gets or sets the WMS 1.3.0 CRS Identifier. /// - public string CrsId { get; protected set; } + public string CrsId { get; set; } /// /// Indicates if this is a normal cylindrical projection.