mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 5.4. Reworked TileSource
This commit is contained in:
parent
5c815e951e
commit
5336d07704
22 changed files with 145 additions and 233 deletions
|
|
@ -123,7 +123,7 @@ namespace MapControl
|
|||
return new WmtsCapabilities
|
||||
{
|
||||
LayerIdentifier = layerIdentifier,
|
||||
TileSource = new WmtsTileSource(urlTemplate.Replace("{Style}", style)),
|
||||
TileSource = new WmtsTileSource { UriFormat = urlTemplate.Replace("{Style}", style) },
|
||||
TileMatrixSets = tileMatrixSets
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue