mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 00:14:51 +00:00
Updated WmtsTileLayer
This commit is contained in:
parent
2ec4d8fa60
commit
a223c32466
2 changed files with 9 additions and 9 deletions
|
|
@ -8,10 +8,10 @@ namespace MapControl
|
|||
{
|
||||
private readonly IList<WmtsTileMatrix> tileMatrixes;
|
||||
|
||||
public WmtsTileSource(WmtsTileMatrixSet tileMatrixSet, string uriTemplate)
|
||||
public WmtsTileSource(string uriTemplate, WmtsTileMatrixSet tileMatrixSet)
|
||||
{
|
||||
tileMatrixes = tileMatrixSet.TileMatrixes;
|
||||
UriTemplate = uriTemplate.Replace("{TileMatrixSet}", tileMatrixSet.Identifier);
|
||||
tileMatrixes = tileMatrixSet.TileMatrixes;
|
||||
}
|
||||
|
||||
public override Uri GetUri(int zoomLevel, int column, int row)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue