Updated WmtsTileSource

This commit is contained in:
ClemensFischer 2025-12-01 18:46:03 +01:00
parent 7263e9e1e4
commit 90cc3621bb

View file

@ -18,7 +18,7 @@ namespace MapControl
{
Uri uri = null;
if (tileMatrixes.Count > zoomLevel)
if (zoomLevel < tileMatrixes.Count)
{
var uriBuilder = new StringBuilder(UriTemplate);