mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Minor code changes
This commit is contained in:
parent
c6f7b2d665
commit
b91faba9e7
3 changed files with 5 additions and 5 deletions
|
|
@ -177,7 +177,7 @@ namespace MapControl
|
|||
{
|
||||
var cacheName = SourceName;
|
||||
|
||||
if (tileMatrixSet != null && TileSource is WmtsTileSource tileSource)
|
||||
if (TileSource is WmtsTileSource tileSource)
|
||||
{
|
||||
tileSource.TileMatrixSet = tileMatrixSet;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue