mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
GeoImage implementation
This commit is contained in:
parent
07849eb1d8
commit
3468940ebf
6 changed files with 87 additions and 110 deletions
|
|
@ -118,7 +118,7 @@ namespace MapControl
|
|||
}
|
||||
else
|
||||
{
|
||||
overlay = new GeoImage { SourcePath = sourcePath };
|
||||
overlay = GeoImage.LoadGeoImage(sourcePath);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue