TileImageLoader

This commit is contained in:
ClemensFischer 2025-08-22 22:41:57 +02:00
parent 22abd459b3
commit 67f319e98c
4 changed files with 14 additions and 14 deletions

View file

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