From d78a41b9246c348e209d99d17f878f6ef4f3faec Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sun, 15 Mar 2026 22:58:07 +0100 Subject: [PATCH] Lagebild-Karte auf deutsche OSM-Kacheln umgestellt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tile.openstreetmap.de statt CartoDB Voyager für deutsche Beschriftungen, identisch zum Monitor. Co-Authored-By: Claude Opus 4.6 (1M context) --- lagebild/lagebild.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lagebild/lagebild.js b/lagebild/lagebild.js index 208ad31..9cec32a 100644 --- a/lagebild/lagebild.js +++ b/lagebild/lagebild.js @@ -664,12 +664,11 @@ var Lagebild = { maxBoundsViscosity: 1.0 }).setView([33.0, 48.0], 5); - // Light map tiles (CartoDB Voyager) - L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png', { - attribution: '© OpenStreetMap © CARTO', + // Deutsche OSM-Kacheln + L.tileLayer('https://tile.openstreetmap.de/{z}/{x}/{y}.png', { + attribution: '© OpenStreetMap', maxZoom: 19, noWrap: true, - subdomains: 'abcd' }).addTo(this.map); function pulseIcon(color) {