Simplify SupportedCrsIds

This commit is contained in:
ClemensFischer 2025-10-29 22:20:54 +01:00
parent ce7c33f6e4
commit 8b3a12fccf
2 changed files with 6 additions and 12 deletions

View file

@ -125,7 +125,10 @@ namespace MapControl
/// </summary>
public double LoadingProgress => (double)GetValue(LoadingProgressProperty);
public abstract IReadOnlyCollection<string> SupportedCrsIds { get; }
/// <summary>
/// Gets a collection of all CRSs supported by a MapImageLayer.
/// </summary>
public IReadOnlyCollection<string> SupportedCrsIds { get; protected set; }
protected override void SetParentMap(MapBase map)
{