mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Added GeoImage
This commit is contained in:
parent
6741e01af6
commit
9d368d7ee8
5 changed files with 323 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue