From 32db0f22c13fb082841d27d284307a088f3fb07b Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Tue, 6 Mar 2018 23:30:24 +0100 Subject: [PATCH] Version 4.6.1: Removed obsolete MapProjection.TranslateLocation method --- MapControl/Shared/MapProjection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/MapProjection.cs b/MapControl/Shared/MapProjection.cs index ff14a52e..4df53a90 100644 --- a/MapControl/Shared/MapProjection.cs +++ b/MapControl/Shared/MapProjection.cs @@ -71,7 +71,7 @@ namespace MapControl /// /// Gets the scaling factor from cartesian map coordinates to viewport coordinates. /// - public double ViewportScale { get; protected set; } + public double ViewportScale { get; private set; } /// /// Gets the map scale at the specified Location as viewport coordinate units per meter (px/m).