mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Updated TileMatrix
This commit is contained in:
parent
0b96b51c1e
commit
264f751d4e
4 changed files with 9 additions and 5 deletions
|
|
@ -10,6 +10,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
public ImageTileList(IEnumerable<ImageTile> source, TileMatrix tileMatrix, int columnCount)
|
||||
: base(tileMatrix.Width * tileMatrix.Height)
|
||||
{
|
||||
FillMatrix(source, tileMatrix.ZoomLevel, tileMatrix.XMin, tileMatrix.YMin, tileMatrix.XMax, tileMatrix.YMax, columnCount);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue