Version 4.6.1: Removed obsolete MapProjection.TranslateLocation method

This commit is contained in:
ClemensFischer 2018-03-06 23:30:24 +01:00
parent b12155e498
commit 32db0f22c1

View file

@ -71,7 +71,7 @@ namespace MapControl
/// <summary>
/// Gets the scaling factor from cartesian map coordinates to viewport coordinates.
/// </summary>
public double ViewportScale { get; protected set; }
public double ViewportScale { get; private set; }
/// <summary>
/// Gets the map scale at the specified Location as viewport coordinate units per meter (px/m).