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
|
|
@ -96,7 +96,7 @@ namespace MapControl
|
|||
{
|
||||
if (MapTransform != null && ParentMap != null && Location != null)
|
||||
{
|
||||
MapTransform.Matrix = ParentMap.GetMapTransform(Location);
|
||||
MapTransform.Matrix = ParentMap.GetMapToViewTransform(Location);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue