From 555fbc698f9479bbeb297cd108de62a9f43d6823 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Sun, 25 Oct 2020 18:14:38 +0100 Subject: [PATCH] Update MapTileLayerBase.cs --- MapControl/Shared/MapTileLayerBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MapControl/Shared/MapTileLayerBase.cs b/MapControl/Shared/MapTileLayerBase.cs index d564d889..8d6bfc05 100644 --- a/MapControl/Shared/MapTileLayerBase.cs +++ b/MapControl/Shared/MapTileLayerBase.cs @@ -185,6 +185,7 @@ namespace MapControl private void Update() { updateTimer.Stop(); + UpdateTileLayer(); }