mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
MapTileLayer implementation
This commit is contained in:
parent
933cb7f2ba
commit
407f786640
4 changed files with 17 additions and 26 deletions
|
|
@ -89,9 +89,9 @@ namespace MapControl
|
|||
return finalSize;
|
||||
}
|
||||
|
||||
protected override async Task UpdateTileLayerAsync(bool tileSourceChanged)
|
||||
protected override async Task UpdateTileLayerAsync(bool resetTiles)
|
||||
{
|
||||
// tileSourceChanged is ignored here because it is always false.
|
||||
// resetTiles is ignored here because it is always false.
|
||||
|
||||
if (ParentMap == null ||
|
||||
!TileMatrixSets.TryGetValue(ParentMap.MapProjection.CrsId, out WmtsTileMatrixSet tileMatrixSet))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue