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
683552ca19
commit
7f338cabc6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue