This commit is contained in:
ClemensFischer 2026-01-10 22:48:14 +01:00
parent 28f2620e7d
commit c3fcfa9afe
7 changed files with 11 additions and 10 deletions

View file

@ -74,7 +74,8 @@ namespace MapControl
}
/// <summary>
/// Gets a dictionary of all tile matrix sets supported by a WMTS, with their CRS as dictionary key.
/// Gets a dictionary of all tile matrix sets supported by a WMTS,
/// with their CRS identifiers as dictionary keys.
/// </summary>
public Dictionary<string, WmtsTileMatrixSet> TileMatrixSets { get; } = [];