mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 16:35:08 +00:00
Avalonia WmsImageLayer
This commit is contained in:
parent
5c3ebbc083
commit
838f77738b
7 changed files with 52 additions and 30 deletions
|
|
@ -41,5 +41,10 @@ namespace MapControl
|
|||
return LoadImage(stream);
|
||||
});
|
||||
}
|
||||
|
||||
internal static Task<IImage> LoadMergedImageAsync(Uri uri1, Uri uri2, IProgress<double> progress)
|
||||
{
|
||||
return Task.FromResult<IImage>(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue