From 8d6c35e757c21b0892c707fc71a4145d4fc0a989 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Mon, 27 Jan 2025 17:02:05 +0100 Subject: [PATCH] Update MapTileLayerBase.cs --- MapControl/Shared/MapTileLayerBase.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MapControl/Shared/MapTileLayerBase.cs b/MapControl/Shared/MapTileLayerBase.cs index 67cfddc0..2353a207 100644 --- a/MapControl/Shared/MapTileLayerBase.cs +++ b/MapControl/Shared/MapTileLayerBase.cs @@ -184,8 +184,6 @@ namespace MapControl if (parentMap != null) { parentMap.ViewportChanged += OnViewportChanged; - - SetRenderTransform(); } updateTimer.Run();