SupportedCrsIds

This commit is contained in:
ClemensFischer 2025-09-19 20:22:10 +02:00
parent 7da0f7f9af
commit 5bba4d6a1b
6 changed files with 11 additions and 11 deletions

View file

@ -76,7 +76,7 @@ namespace MapControl
/// <summary>
/// Gets a collection of all CRSs supported by a WMTS.
/// </summary>
public override IReadOnlyCollection<string> SupportedMapProjections => TileMatrixSets.Keys;
public override IReadOnlyCollection<string> SupportedCrsIds => TileMatrixSets.Keys;
protected IEnumerable<WmtsTileMatrixLayer> ChildLayers => Children.Cast<WmtsTileMatrixLayer>();