mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 4.12.2 Fixed MapProjections.
This commit is contained in:
parent
8491a4fc7c
commit
a7d3edf154
3 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ namespace MapControl.Projections
|
|||
public PolarStereographicProjection(string crsId, bool north, double scaleFactor = 1d, double falseEasting = 0d, double falseNorthing = 0d)
|
||||
{
|
||||
CrsId = crsId;
|
||||
TrueScale = scaleFactor * MetersPerDegree;
|
||||
TrueScale = scaleFactor * Wgs84MetersPerDegree;
|
||||
this.north = north;
|
||||
this.scaleFactor = scaleFactor;
|
||||
this.falseEasting = falseEasting;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue