diff --git a/MapControl/Shared/MapTileLayerBase.cs b/MapControl/Shared/MapTileLayerBase.cs index 69ec0878..2a2bbf7e 100644 --- a/MapControl/Shared/MapTileLayerBase.cs +++ b/MapControl/Shared/MapTileLayerBase.cs @@ -73,10 +73,10 @@ namespace MapControl updateTimer = this.CreateTimer(UpdateInterval); updateTimer.Tick += async (s, e) => await Update(false); + MapPanel.SetRenderTransform(this, new MatrixTransform()); #if UWP || WINUI MapPanel.InitMapElement(this); #endif - MapPanel.SetRenderTransform(this, new MatrixTransform()); } public ITileImageLoader TileImageLoader