mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Simplify SupportedCrsIds
This commit is contained in:
parent
ce7c33f6e4
commit
8b3a12fccf
2 changed files with 6 additions and 12 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue