mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Use Matrix for projection relative scale
This commit is contained in:
parent
2c9e478095
commit
ab155a26e7
21 changed files with 93 additions and 104 deletions
|
|
@ -61,11 +61,6 @@ namespace MapControl
|
|||
Flattening = Wgs84Flattening;
|
||||
}
|
||||
|
||||
public override Point RelativeScale(double latitude, double longitude)
|
||||
{
|
||||
return new Point(ScaleFactor, ScaleFactor); // sufficiently precise
|
||||
}
|
||||
|
||||
public override Point? LocationToMap(double latitude, double longitude)
|
||||
{
|
||||
#if NETFRAMEWORK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue