mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapTileLayerBase.cs
This commit is contained in:
parent
15e8bbcb86
commit
c514261c0a
|
|
@ -184,6 +184,8 @@ namespace MapControl
|
||||||
if (parentMap != null)
|
if (parentMap != null)
|
||||||
{
|
{
|
||||||
parentMap.ViewportChanged += OnViewportChanged;
|
parentMap.ViewportChanged += OnViewportChanged;
|
||||||
|
|
||||||
|
SetRenderTransform();
|
||||||
}
|
}
|
||||||
|
|
||||||
updateTimer.Run();
|
updateTimer.Run();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue