mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 4.17.0: Added support for WMTS
This commit is contained in:
parent
b5fe760c83
commit
31a58c3510
4 changed files with 51 additions and 45 deletions
|
|
@ -28,7 +28,8 @@ namespace MapControl
|
|||
}
|
||||
|
||||
public WmtsTileMatrix TileMatrix { get; }
|
||||
public int ZoomLevel { get; }
|
||||
public int ZoomLevel { get; } // index of TileMatrix in WmtsTileMatrixSet.TileMatrixes
|
||||
|
||||
public int XMin { get; private set; }
|
||||
public int YMin { get; private set; }
|
||||
public int XMax { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue