MapProjection properties

This commit is contained in:
Clemens 2022-01-21 23:26:21 +01:00
parent 9a26fdaefc
commit e6b25c2f8d
7 changed files with 31 additions and 71 deletions

View file

@ -23,11 +23,7 @@ namespace MapControl
public EquirectangularProjection()
{
CrsId = DefaultCrsId;
}
public override bool IsNormalCylindrical
{
get { return true; }
IsNormalCylindrical = true;
}
public override Vector GetRelativeScale(Location location)