From ccbb2af02c77ca3591f1c3fd09e9717168429b86 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Thu, 8 Feb 2024 23:02:25 +0100 Subject: [PATCH] Update TileImageLoader --- MapControl/WPF/TileImageLoader.WPF.cs | 2 +- MapControl/WinUI/TileImageLoader.WinUI.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MapControl/WPF/TileImageLoader.WPF.cs b/MapControl/WPF/TileImageLoader.WPF.cs index d21643d9..0bac2ee2 100644 --- a/MapControl/WPF/TileImageLoader.WPF.cs +++ b/MapControl/WPF/TileImageLoader.WPF.cs @@ -12,7 +12,7 @@ namespace MapControl public partial class TileImageLoader { /// - /// Default folder where the Cache instance may save data, i.e. C:\ProgramData\MapControl\TileCache + /// Default folder where the Cache instance may save data, i.e. "C:\ProgramData\MapControl\TileCache". /// public static string DefaultCacheFolder => Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MapControl", "TileCache"); diff --git a/MapControl/WinUI/TileImageLoader.WinUI.cs b/MapControl/WinUI/TileImageLoader.WinUI.cs index b41b74e6..3109f0d7 100644 --- a/MapControl/WinUI/TileImageLoader.WinUI.cs +++ b/MapControl/WinUI/TileImageLoader.WinUI.cs @@ -13,7 +13,7 @@ namespace MapControl public partial class TileImageLoader { /// - /// Default folder where the Cache instance may save data, i.e. C:\ProgramData\MapControl\TileCache + /// Default folder where the Cache instance may save data, i.e. "C:\ProgramData\MapControl\TileCache". /// public static string DefaultCacheFolder => Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MapControl", "TileCache");