mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 07:25:21 +00:00
Updated MapPath
This commit is contained in:
parent
b1d0db8762
commit
d0a895d306
2 changed files with 13 additions and 13 deletions
|
|
@ -70,7 +70,7 @@ namespace MapControl
|
|||
{
|
||||
if (parentMap != null && Location != null && Data != null)
|
||||
{
|
||||
SetMapTransform(parentMap.GetMapTransform(Location));
|
||||
SetDataTransform(parentMap.GetMapTransform(Location));
|
||||
}
|
||||
|
||||
MapPanel.SetLocation(this, Location);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue