Added MapProjection.Type

This commit is contained in:
Clemens 2022-03-05 18:40:57 +01:00
parent a07948be02
commit 16fb98ac86
15 changed files with 126 additions and 77 deletions

View file

@ -22,9 +22,8 @@ namespace MapControl
public WorldMercatorProjection()
{
Type = MapProjectionType.NormalCylindrical;
CrsId = DefaultCrsId;
IsNormalCylindrical = true;
MaxLatitude = YToLatitude(180d);
}
public override Vector GetRelativeScale(Location location)