mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update PolarStereographicProjection.cs
This commit is contained in:
parent
3922297e7b
commit
d92d06956c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ namespace MapControl
|
||||||
{
|
{
|
||||||
var k = RelativeScale(Hemisphere, Flattening, ScaleFactor, latitude);
|
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)
|
public override Point? LocationToMap(double latitude, double longitude)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue