Use Matrix for projection relative scale

This commit is contained in:
ClemensFischer 2026-01-20 09:48:16 +01:00
parent 2c9e478095
commit ab155a26e7
21 changed files with 93 additions and 104 deletions

View file

@ -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