mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update WmtsTileSource.cs
This commit is contained in:
parent
f4dc363162
commit
92adc6b5a6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ namespace MapControl
|
|||
Uri uri = null;
|
||||
|
||||
if (UriTemplate != null &&
|
||||
TileMatrixSet != null && TileMatrixSet.TileMatrixes.Count > zoomLevel &&
|
||||
column >= 0 && row >= 0 && zoomLevel >= 0)
|
||||
TileMatrixSet != null &&
|
||||
TileMatrixSet.TileMatrixes.Count > zoomLevel)
|
||||
{
|
||||
uri = new Uri(UriTemplate
|
||||
.Replace("{TileMatrixSet}", TileMatrixSet.Identifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue