Version 4.10.0: Updated target framework versions. Cleanup of TypeConverters, ImageLoader, MBTileSource.

This commit is contained in:
ClemensF 2018-08-14 23:16:10 +02:00
parent d859a9c4f9
commit 147b56260d
4 changed files with 7 additions and 11 deletions

View file

@ -34,7 +34,7 @@ namespace MapControl
{
imageSource = await LoadLocalImageAsync(uri);
}
else if (uri.Scheme == "http" || uri.Scheme == "https")
else if (uri.Scheme == "http")
{
imageSource = await LoadHttpImageAsync(uri);
}