diff --git a/web_assets/functions.js b/web_assets/functions.js index 478b04f..9b42fda 100644 --- a/web_assets/functions.js +++ b/web_assets/functions.js @@ -404,7 +404,7 @@ function getTileUrlGenerator(path, path_base) { var d = new Date(); url += '?c=' + Math.floor(d.getTime() / (1000 * 60 * config.cacheMinutes)); } - return(path_base + url); + return(url_base + url); } }