From 446543d898ee9f3b8f1ac5d195e1bbccb2a3c067 Mon Sep 17 00:00:00 2001 From: Richter Date: Wed, 6 Mar 2019 15:05:45 +0100 Subject: [PATCH] Update app_cfg.js --- server/app_cfg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app_cfg.js b/server/app_cfg.js index 6490eed..8328e54 100644 --- a/server/app_cfg.js +++ b/server/app_cfg.js @@ -14,7 +14,7 @@ app_cfg.global = { // TODO: eindeutige ID/Version für Anwendung hinterlegen // TODO: Karten-URL für Client festlegen app_id: process.pid, - map_tile: 'http://a.tile.openstreetmap.org/{z}/{x}/{y}.png' + map_tile: '/media/maps/tiles_bw/{z}/{x}/{y}.png' }; module.exports = app_cfg;