From a348f93c45c8788b8740ef933dfb0469df673915 Mon Sep 17 00:00:00 2001 From: Clemens Date: Sat, 13 Nov 2021 00:28:27 +0100 Subject: [PATCH] Update WmtsTileMatrixLayer.cs --- MapControl/Shared/WmtsTileMatrixLayer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MapControl/Shared/WmtsTileMatrixLayer.cs b/MapControl/Shared/WmtsTileMatrixLayer.cs index a25fbbb7..3b54fa0a 100644 --- a/MapControl/Shared/WmtsTileMatrixLayer.cs +++ b/MapControl/Shared/WmtsTileMatrixLayer.cs @@ -31,6 +31,7 @@ namespace MapControl } public WmtsTileMatrix TileMatrix { get; } + public int ZoomLevel { get; } // index of TileMatrix in WmtsTileMatrixSet.TileMatrixes public int XMin { get; private set; }