Updated WmsImageLayer

This commit is contained in:
ClemensFischer 2025-12-31 10:57:27 +01:00
parent f059d2174d
commit 72f3764602
3 changed files with 25 additions and 15 deletions

View file

@ -170,7 +170,7 @@ namespace MapControl
}
}
protected abstract Task<ImageSource> GetImageAsync(Rect mapBoundingBox, IProgress<double> progress);
protected abstract Task<ImageSource> GetImageAsync(Rect mapRect, IProgress<double> progress);
protected async Task UpdateImageAsync()
{