mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Updated WmtsTileSource
This commit is contained in:
parent
286926e1ea
commit
2ec4d8fa60
3 changed files with 12 additions and 12 deletions
|
|
@ -131,12 +131,7 @@ namespace MapControl
|
|||
}
|
||||
else if (UpdateChildLayers(tileMatrixSet))
|
||||
{
|
||||
var tileSource = new WmtsTileSource
|
||||
{
|
||||
UriTemplate = TileUriTemplate,
|
||||
TileMatrixSet = tileMatrixSet
|
||||
};
|
||||
|
||||
var tileSource = new WmtsTileSource(tileMatrixSet, TileUriTemplate);
|
||||
var cacheName = SourceName;
|
||||
|
||||
if (!string.IsNullOrEmpty(cacheName))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue