mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
SupportedCrsIds
This commit is contained in:
parent
7da0f7f9af
commit
5bba4d6a1b
6 changed files with 11 additions and 11 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue