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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue