Update MapImageLayer.cs

This commit is contained in:
ClemensFischer 2025-10-26 18:24:31 +01:00
parent 208f3ced65
commit b29d4a7e44

View file

@ -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);
}