Updated WmtsTileSource

This commit is contained in:
ClemensFischer 2025-12-01 14:01:35 +01:00
parent a223c32466
commit 7263e9e1e4

View file

@ -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);