From eb046d97ad3796cbe00093d13ff8a67f3381881f Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Sat, 7 Sep 2024 06:58:43 +0200 Subject: [PATCH] Update GeoImage.cs --- MapControl/Shared/GeoImage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };