Lagebild: Karte auf helle Tiles umgestellt (CartoDB Voyager)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -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: '© <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> © <a href="https://carto.com/">CARTO</a>',
|
||||||
maxZoom: 19,
|
maxZoom: 19,
|
||||||
subdomains: 'abcd'
|
subdomains: 'abcd'
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren