From 01f0b375e73720ef02be892e818a48ca7cc2ba4a Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Tue, 24 Mar 2026 12:19:57 +0100 Subject: [PATCH] Ortsnamen standardmaessig aktiv --- static/index.html | 2 +- static/js/app.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index f1fd0e5..c08aae6 100644 --- a/static/index.html +++ b/static/index.html @@ -79,7 +79,7 @@ Tag/Nacht diff --git a/static/js/app.js b/static/js/app.js index b5c78a2..cc81909 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -80,6 +80,7 @@ const Globe = { // Layer starten (die mit checked) + this._toggleLabels(true); document.getElementById('bottom-stats').textContent = 'Globe initialisiert — Lade Daten...'; },