diff --git a/MapControl/Shared/MapImageLayer.cs b/MapControl/Shared/MapImageLayer.cs index 789e10a5..2a059eb6 100644 --- a/MapControl/Shared/MapImageLayer.cs +++ b/MapControl/Shared/MapImageLayer.cs @@ -190,7 +190,6 @@ namespace MapControl var y = (ParentMap.ActualHeight - height) / 2d; boundingBox = ParentMap.ViewRectToBoundingBox(new Rect(x, y, width, height)); - image = await GetImageAsync(boundingBox, loadingProgress); }