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

This commit is contained in:
ClemensF 2018-08-16 19:43:16 +02:00
parent bdcd2597a1
commit 25cc04e2f2
5 changed files with 19 additions and 19 deletions

View file

@ -63,7 +63,7 @@ namespace MapControl
}
else if (IsTileAvailable(response.Headers))
{
imageSource = await CreateImageSourceAsync(response.Content);
imageSource = await LoadImageAsync(response.Content);
}
}