From 2bbe0b0bb7ceb919933b21527edaf04bb879b729 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 7 Mar 2026 17:17:04 +0100 Subject: [PATCH] Lagebild: Karte auf helle Tiles umgestellt (CartoDB Voyager) Co-Authored-By: Claude Opus 4.6 --- lagebild/lagebild.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lagebild/lagebild.js b/lagebild/lagebild.js index 95a9427..8c04d38 100644 --- a/lagebild/lagebild.js +++ b/lagebild/lagebild.js @@ -625,8 +625,8 @@ var Lagebild = { if (this.map) { this.map.remove(); this.map = null; } this.map = L.map('map-container').setView([33.0, 48.0], 5); - // Dark map tiles (CartoDB Dark Matter) - L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', { + // Light map tiles (CartoDB Voyager) + L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png', { attribution: '© OpenStreetMap © CARTO', maxZoom: 19, subdomains: 'abcd'