Version 4.10.0: Simplified MapProjection.

This commit is contained in:
ClemensF 2018-08-25 17:54:09 +02:00
parent bbd952b955
commit b06c9065af
11 changed files with 41 additions and 101 deletions

View file

@ -19,12 +19,6 @@ namespace MapControl
{
public Location ProjectionCenter { get; private set; } = new Location();
public AzimuthalProjection()
{
IsContinuous = false;
IsAzimuthal = true;
}
public override Vector GetMapScale(Location location)
{
return new Vector(ViewportScale, ViewportScale);