Fix: Ortsnamen-Layer, InfoBox bei Klick, globale Flugabdeckung
Ortsnamen: Esri World Boundaries als zuschaltbarer Imagery-Layer. InfoBox: CSS-Ausblendung entfernt, Dark-Theme Styling. Flugverkehr: Batch-Groesse 3, Pause 3s, zufaellige Reihenfolge — alle Regionen bekommen Daten statt nur Europa.
Dieser Commit ist enthalten in:
@@ -19,7 +19,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
|
||||
.cesium-viewer-animationContainer,
|
||||
.cesium-viewer-timelineContainer,
|
||||
.cesium-viewer-fullscreenContainer,
|
||||
.cesium-viewer-infoBoxContainer,
|
||||
|
||||
.cesium-viewer-geocoderContainer,
|
||||
.cesium-viewer-bottom { display: none !important; }
|
||||
.cesium-credit-logoContainer { opacity: 0.3; }
|
||||
@@ -92,3 +92,23 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
|
||||
/* === Cesium InfoBox Override === */
|
||||
.cesium-infoBox { background: var(--bg-panel) !important; border: 1px solid var(--border) !important; }
|
||||
.cesium-infoBox-title { color: var(--accent) !important; font-family: var(--font-mono) !important; }
|
||||
|
||||
/* === InfoBox (Entity-Details bei Klick) === */
|
||||
.cesium-infoBox {
|
||||
background: var(--bg-panel) !important;
|
||||
border: 1px solid var(--border) !important;
|
||||
border-radius: 8px !important;
|
||||
box-shadow: 0 8px 32px rgba(0,0,0,0.5) !important;
|
||||
}
|
||||
.cesium-infoBox-title {
|
||||
color: var(--accent) !important;
|
||||
font-family: var(--font-mono) !important;
|
||||
font-size: 12px !important;
|
||||
background: rgba(0,255,136,0.08) !important;
|
||||
}
|
||||
.cesium-infoBox-iframe {
|
||||
background: var(--bg-primary) !important;
|
||||
}
|
||||
.cesium-selection-wrapper {
|
||||
border-color: var(--accent) !important;
|
||||
}
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren