mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Updated MapTileLayerBase
This commit is contained in:
parent
555fbc698f
commit
6435ee462a
3 changed files with 28 additions and 28 deletions
|
|
@ -83,12 +83,7 @@ namespace MapControl
|
|||
return finalSize;
|
||||
}
|
||||
|
||||
protected override void TileSourcePropertyChanged()
|
||||
{
|
||||
UpdateTileLayer();
|
||||
}
|
||||
|
||||
protected override void UpdateTileLayer()
|
||||
protected override void UpdateTileLayer(bool tileSourceChanged)
|
||||
{
|
||||
if (ParentMap == null ||
|
||||
!TileMatrixSets.TryGetValue(ParentMap.MapProjection.CrsId, out WmtsTileMatrixSet tileMatrixSet))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue