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
7263e9e1e4
commit
90cc3621bb
|
|
@ -18,7 +18,7 @@ namespace MapControl
|
|||
{
|
||||
Uri uri = null;
|
||||
|
||||
if (tileMatrixes.Count > zoomLevel)
|
||||
if (zoomLevel < tileMatrixes.Count)
|
||||
{
|
||||
var uriBuilder = new StringBuilder(UriTemplate);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue