mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-30 20:34:38 +01:00
Update PolarStereographicProjection.cs
This commit is contained in:
parent
3922297e7b
commit
d92d06956c
|
|
@ -43,7 +43,7 @@ namespace MapControl
|
|||
{
|
||||
var k = RelativeScale(Hemisphere, Flattening, ScaleFactor, latitude);
|
||||
|
||||
return new Matrix(k, 0d, 0d, k, 0d, 0d);
|
||||
return RelativeTransform(latitude, longitude, k, k);
|
||||
}
|
||||
|
||||
public override Point? LocationToMap(double latitude, double longitude)
|
||||
|
|
|
|||
Loading…
Reference in a new issue