mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
TileImageLoader
This commit is contained in:
parent
22abd459b3
commit
67f319e98c
4 changed files with 14 additions and 14 deletions
|
|
@ -121,9 +121,7 @@ namespace MapControl
|
|||
cacheName += "/" + tileMatrixSet.Identifier.Replace(':', '_');
|
||||
}
|
||||
|
||||
var tiles = ChildLayers.SelectMany(layer => layer.Tiles);
|
||||
|
||||
LoadTiles(tiles, cacheName);
|
||||
BeginLoadTiles(ChildLayers.SelectMany(layer => layer.Tiles), cacheName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue