Satellitenbilder-Switcher: 9 Imagery-Quellen
Dropdown im Layer-Panel unter SATELLITENBILDER: - Cesium Ion (Standard, photorealistisch mit Terrain) - Esri World Imagery (hochaufloesend, 0.3-1m) - Sentinel-2 2024/2023/2022/2020/2018 (ESA Copernicus, historisch) - OpenTopoMap (topographische Karte) - OpenStreetMap (Referenz) Sentinel-2 historisch ermoeglicht Vorher/Nachher-Vergleiche: z.B. Waldbraende, Ueberschwemmungen, Infrastruktur-Veraenderungen. Alle Quellen kostenlos, kein API-Key, volle CORS-Unterstuetzung.
Dieser Commit ist enthalten in:
@@ -552,3 +552,20 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
|
||||
.ch-ring-1 { width: 200px; height: 200px; transform: translate(-50%, -50%); }
|
||||
.ch-ring-2 { width: 400px; height: 400px; transform: translate(-50%, -50%); }
|
||||
.ch-ring-3 { width: 600px; height: 600px; transform: translate(-50%, -50%); }
|
||||
|
||||
|
||||
/* === Imagery Selector === */
|
||||
.imagery-select {
|
||||
width: 100%;
|
||||
padding: 4px 6px;
|
||||
background: rgba(255,255,255,0.05);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 4px;
|
||||
color: var(--text);
|
||||
font-family: var(--font-mono);
|
||||
font-size: 10px;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
.imagery-select:hover { border-color: var(--accent); }
|
||||
.imagery-select option { background: var(--bg-primary); color: var(--text); }
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren