Version 5.0.1: Dropped MapProjection.UnitsPerDegree

This commit is contained in:
ClemensF 2020-04-02 18:06:39 +02:00
parent 2b41d298f4
commit 43c33c2564
12 changed files with 29 additions and 50 deletions

View file

@ -110,11 +110,6 @@ namespace MapControl.Projections
get { return isWebMercator; }
}
public override double UnitsPerDegree
{
get { return unitsPerDegree; }
}
public override Point LocationToMap(Location location)
{
if (LocationToMapTransform == null)