mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Add FilePath helper class
This commit is contained in:
parent
7d1d7dbe23
commit
421f323116
5 changed files with 27 additions and 4 deletions
|
|
@ -174,7 +174,7 @@ namespace MapControl
|
|||
|
||||
private static async Task<IEnumerable<ImageOverlay>> ReadGroundOverlaysFromFileAsync(string docFilePath)
|
||||
{
|
||||
docFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, docFilePath);
|
||||
docFilePath = FilePath.GetFullPath(docFilePath);
|
||||
|
||||
var docUri = new Uri(docFilePath);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue