mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
ImageFileCache FileShare
This commit is contained in:
parent
16d477a31d
commit
e0eb50b7da
4 changed files with 8 additions and 7 deletions
|
|
@ -103,7 +103,7 @@ namespace MapControl
|
|||
{
|
||||
foreach (var tile in Tiles)
|
||||
{
|
||||
// Arrange tiles relative to XMin/YMin.
|
||||
// Arrange tiles relative to TileMatrix.XMin/YMin.
|
||||
//
|
||||
var tileSize = TileSize << (TileMatrix.ZoomLevel - tile.ZoomLevel);
|
||||
var x = tileSize * tile.X - TileSize * TileMatrix.XMin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue