mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Update MapProjection and ViewTransform
This commit is contained in:
parent
2a9e112a20
commit
eee71e9190
12 changed files with 34 additions and 38 deletions
|
|
@ -26,7 +26,7 @@ namespace MapControl
|
|||
public double FalseNorthing { get; set; } = 2e6;
|
||||
public bool IsNorth { get; set; }
|
||||
|
||||
public override Point GetRelativeScale(double latitude, double longitude)
|
||||
public override Point RelativeScale(double latitude, double longitude)
|
||||
{
|
||||
latitude *= Math.PI / 180d;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue