From c87d53204fb966cd4b78c0b8eee8b14719f5f3ac Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Sat, 13 Jul 2024 08:19:17 +0200 Subject: [PATCH] Update MapTileLayerBase.cs --- MapControl/Shared/MapTileLayerBase.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MapControl/Shared/MapTileLayerBase.cs b/MapControl/Shared/MapTileLayerBase.cs index 38a94b8f..cd126456 100644 --- a/MapControl/Shared/MapTileLayerBase.cs +++ b/MapControl/Shared/MapTileLayerBase.cs @@ -89,7 +89,8 @@ namespace MapControl } /// - /// Name of the TileSource. Used as component of a tile cache key. + /// Name of the tile source that is used as component of a tile cache key. + /// Tile images are not cached when SourceName is null or empty. /// public string SourceName {