Improved MapProjections

This commit is contained in:
ClemensF 2019-10-28 17:44:22 +01:00
parent 558dd2f98a
commit b607268e98
4 changed files with 27 additions and 58 deletions

View file

@ -23,6 +23,7 @@ namespace MapControl
public EquirectangularProjection(string crsId)
{
CrsId = crsId;
HasLatLonBoundingBox = CrsId != "CRS:84";
IsNormalCylindrical = true;
TrueScale = 1d;
}