mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update MapTileLayerBase.cs
This commit is contained in:
parent
683552ca19
commit
7f338cabc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue