Update app_cfg.js

This commit is contained in:
Richter 2019-03-06 15:05:45 +01:00
parent bce2ac30a0
commit 446543d898

View File

@ -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;