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 {