Lagebild: Karte auf helle Tiles umgestellt (CartoDB Voyager)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-03-07 17:17:04 +01:00
Ursprung fe24adf951
Commit 2bbe0b0bb7

Datei anzeigen

@@ -625,8 +625,8 @@ var Lagebild = {
if (this.map) { this.map.remove(); this.map = null; } if (this.map) { this.map.remove(); this.map = null; }
this.map = L.map('map-container').setView([33.0, 48.0], 5); this.map = L.map('map-container').setView([33.0, 48.0], 5);
// Dark map tiles (CartoDB Dark Matter) // Light map tiles (CartoDB Voyager)
L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', { L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png', {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> &copy; <a href="https://carto.com/">CARTO</a>', attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> &copy; <a href="https://carto.com/">CARTO</a>',
maxZoom: 19, maxZoom: 19,
subdomains: 'abcd' subdomains: 'abcd'