Update MapTileLayerBase.cs

This commit is contained in:
ClemensFischer 2025-01-27 16:56:42 +01:00
parent 15e8bbcb86
commit c514261c0a

View file

@ -184,6 +184,8 @@ namespace MapControl
if (parentMap != null) if (parentMap != null)
{ {
parentMap.ViewportChanged += OnViewportChanged; parentMap.ViewportChanged += OnViewportChanged;
SetRenderTransform();
} }
updateTimer.Run(); updateTimer.Run();