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

@ -96,7 +96,7 @@ namespace MapControl
{
if (MapTransform != null && ParentMap != null && Location != null)
{
MapTransform.Matrix = ParentMap.GetMapTransform(Location);
MapTransform.Matrix = ParentMap.GetMapToViewTransform(Location);
}
}
}