diff --git a/MapControl/Shared/GeoImage.cs b/MapControl/Shared/GeoImage.cs index a5e329ad..49d146f5 100644 --- a/MapControl/Shared/GeoImage.cs +++ b/MapControl/Shared/GeoImage.cs @@ -61,7 +61,7 @@ namespace MapControl image.SetValue(SourcePathProperty, value); } - public static FrameworkElement LoadGeoImage(string sourcePath) + public static Image LoadGeoImage(string sourcePath) { var image = new Image { Stretch = Stretch.Fill };