GeoImage implementation

This commit is contained in:
ClemensFischer 2024-09-02 15:49:53 +02:00
parent 07849eb1d8
commit 3468940ebf
6 changed files with 87 additions and 110 deletions

View file

@ -118,7 +118,7 @@ namespace MapControl
}
else
{
overlay = new GeoImage { SourcePath = sourcePath };
overlay = GeoImage.LoadGeoImage(sourcePath);
}
}
catch (Exception ex)