mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Added LayerIdentifier to WmtsTileLayer cache path
This commit is contained in:
parent
181c9e5642
commit
0af0901ce8
3 changed files with 19 additions and 16 deletions
|
|
@ -42,7 +42,7 @@ namespace MapControl.Caching
|
|||
{
|
||||
try
|
||||
{
|
||||
return Path.Combine(rootDirectory, Path.Combine(key.Split('/', ':', ';', ',')));
|
||||
return Path.Combine(rootDirectory, Path.Combine(key.Split('/')));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue