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

@ -66,7 +66,7 @@ namespace MapControl
{
if (ParentMap != null && Location != null && Data != null)
{
SetDataTransform(ParentMap.GetMapTransform(Location));
SetDataTransform(ParentMap.GetMapToViewTransform(Location));
}
MapPanel.SetLocation(this, Location);