From 7e5c5c0671d510f23471b40e58b5eb54e1ae3616 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Sat, 21 Mar 2020 08:21:04 +0100 Subject: [PATCH] Version 4.17.0: Added support for WMTS --- MapControl/Shared/WmtsTileMatrixLayer.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MapControl/Shared/WmtsTileMatrixLayer.cs b/MapControl/Shared/WmtsTileMatrixLayer.cs index ae1cbbde..83dabe1f 100644 --- a/MapControl/Shared/WmtsTileMatrixLayer.cs +++ b/MapControl/Shared/WmtsTileMatrixLayer.cs @@ -79,8 +79,6 @@ namespace MapControl XMax = xMax; YMax = yMax; - System.Diagnostics.Debug.WriteLine("{0}: {1}..{2}, {3}..{4}", TileMatrix.Identifier, xMin, xMax, yMin, yMax); - return true; }