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:
@@ -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: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> © <a href="https://carto.com/">CARTO</a>',
|
attribution: '© <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) {
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren