mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-08 09:40:02 +01:00
Update WmtsCapabilities.cs
This commit is contained in:
parent
3a6a380f3a
commit
1cb85825fb
|
|
@ -24,7 +24,7 @@ namespace MapControl
|
|||
private static readonly XNamespace xlink = "http://www.w3.org/1999/xlink";
|
||||
|
||||
public string Layer { get; private set; }
|
||||
public string UriTemplate { get; private set; }
|
||||
public string UrlTemplate { get; private set; }
|
||||
public List<WmtsTileMatrixSet> TileMatrixSets { get; private set; }
|
||||
|
||||
public static async Task<WmtsCapabilities> ReadCapabilitiesAsync(Uri capabilitiesUri, string layer)
|
||||
|
|
@ -117,7 +117,7 @@ namespace MapControl
|
|||
return new WmtsCapabilities
|
||||
{
|
||||
Layer = layer,
|
||||
UriTemplate = urlTemplate,
|
||||
UrlTemplate = urlTemplate,
|
||||
TileMatrixSets = tileMatrixSets
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue