mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update WmsImageLayer.cs
This commit is contained in:
parent
4542c37a3d
commit
4d9f19dd5a
|
|
@ -126,7 +126,7 @@ namespace MapControl
|
|||
|
||||
var uri = GetImageUri();
|
||||
|
||||
if (uri != null)
|
||||
if (!string.IsNullOrEmpty(uri))
|
||||
{
|
||||
image = await ImageLoader.LoadImageAsync(new Uri(uri.Replace(" ", "%20")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue