mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 5.3. Fixed WMTS layer
This commit is contained in:
parent
82e7f1953c
commit
91a1958e15
1 changed files with 6 additions and 1 deletions
|
|
@ -179,7 +179,12 @@ namespace MapControl
|
|||
|
||||
if (sourceName != null)
|
||||
{
|
||||
sourceName += "/" + tileMatrixSet.Identifier;
|
||||
sourceName += "/" + tileMatrixSet.Identifier
|
||||
.Replace(':', '_')
|
||||
.Replace(';', '_')
|
||||
.Replace(',', '_')
|
||||
.Replace('/', '_')
|
||||
.Replace('\\', '_');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue