Lagebild-Karte auf deutsche OSM-Kacheln umgestellt

tile.openstreetmap.de statt CartoDB Voyager für deutsche Beschriftungen,
identisch zum Monitor.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-03-15 22:58:07 +01:00
Ursprung 5caf66dd1e
Commit d78a41b924

Datei anzeigen

@@ -664,12 +664,11 @@ var Lagebild = {
maxBoundsViscosity: 1.0 maxBoundsViscosity: 1.0
}).setView([33.0, 48.0], 5); }).setView([33.0, 48.0], 5);
// Light map tiles (CartoDB Voyager) // Deutsche OSM-Kacheln
L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png', { L.tileLayer('https://tile.openstreetmap.de/{z}/{x}/{y}.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>',
maxZoom: 19, maxZoom: 19,
noWrap: true, noWrap: true,
subdomains: 'abcd'
}).addTo(this.map); }).addTo(this.map);
function pulseIcon(color) { function pulseIcon(color) {