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
07a189a00a
commit
bd1b82d36c
2 changed files with 5 additions and 19 deletions
|
|
@ -83,7 +83,7 @@ namespace MapControl
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger?.LogError(ex, "Failed loading {uri}", uri);
|
||||
Logger?.LogError(ex, "Failed loading image from {uri}", uri);
|
||||
}
|
||||
|
||||
progress?.Report(1d);
|
||||
|
|
@ -107,11 +107,11 @@ namespace MapControl
|
|||
}
|
||||
catch (TaskCanceledException)
|
||||
{
|
||||
Logger?.LogWarning("Timeout while loading {uri}", uri);
|
||||
Logger?.LogWarning("Timeout from {uri}", uri);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger?.LogError(ex, "Failed loading {uri}", uri);
|
||||
Logger?.LogError(ex, "{uri}", uri);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue