Update MapTileLayerBase.cs

This commit is contained in:
ClemensFischer 2024-07-13 08:19:17 +02:00
parent e2361ac322
commit c87d53204f

View file

@ -89,7 +89,8 @@ namespace MapControl
}
/// <summary>
/// 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.
/// </summary>
public string SourceName
{