diff --git a/app.js b/app.js index 23c1b99..f57d130 100644 --- a/app.js +++ b/app.js @@ -1225,7 +1225,7 @@ document.addEventListener('DOMContentLoaded', async () => { // Priority 2: Use globalThis.LAYER_CONFIG (Script-based config) or remote config // Only load local config layers if the project is the default (bwsamern-ohne) - if (projId.toLowerCase() === 'bwsamern-ohne' || projId.toLowerCase() === 'test') { + if (projId.toLowerCase() === 'bwsamern-ohne') { const layers = await resolveLayerConfig(isLocalFile, statusEl); if (layers) { await loadConfigLayers(layers);