mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Updated WmsImageLayer
This commit is contained in:
parent
f059d2174d
commit
72f3764602
3 changed files with 25 additions and 15 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue