Added LayerIdentifier to WmtsTileLayer cache path

This commit is contained in:
Clemens 2022-08-12 13:38:15 +02:00
parent 181c9e5642
commit 0af0901ce8
3 changed files with 19 additions and 16 deletions

View file

@ -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)
{