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; }