mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Updated WmtsTileSource
This commit is contained in:
parent
a223c32466
commit
7263e9e1e4
|
|
@ -18,9 +18,7 @@ namespace MapControl
|
|||
{
|
||||
Uri uri = null;
|
||||
|
||||
if (UriTemplate != null &&
|
||||
tileMatrixes != null &&
|
||||
tileMatrixes.Count > zoomLevel)
|
||||
if (tileMatrixes.Count > zoomLevel)
|
||||
{
|
||||
var uriBuilder = new StringBuilder(UriTemplate);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue