mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 15:36:20 +00:00
Improved MapProjections
This commit is contained in:
parent
558dd2f98a
commit
b607268e98
4 changed files with 27 additions and 58 deletions
|
|
@ -23,6 +23,7 @@ namespace MapControl
|
|||
public EquirectangularProjection(string crsId)
|
||||
{
|
||||
CrsId = crsId;
|
||||
HasLatLonBoundingBox = CrsId != "CRS:84";
|
||||
IsNormalCylindrical = true;
|
||||
TrueScale = 1d;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue