Added GeoImage

This commit is contained in:
Clemens 2022-01-18 18:07:19 +01:00
parent 6741e01af6
commit 9d368d7ee8
5 changed files with 323 additions and 18 deletions

View file

@ -35,7 +35,7 @@ namespace MapControl
try
{
if (!uri.IsAbsoluteUri || uri.Scheme == "file")
if (!uri.IsAbsoluteUri || uri.IsFile)
{
image = await LoadImageAsync(uri.IsAbsoluteUri ? uri.LocalPath : uri.OriginalString);
}