Fix: Marker durch Globus-Rueckseite sichtbar

disableDepthTestDistance entfernt — Punkte werden jetzt korrekt
vom Globus verdeckt und nur auf der sichtbaren Seite angezeigt.
Dieser Commit ist enthalten in:
Claude Dev
2026-03-24 11:35:20 +01:00
Ursprung e946d9d52e
Commit bbf6c3d54b
3 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen

Datei anzeigen

@@ -50,7 +50,6 @@ const ShipsLayer = {
outlineColor: Cesium.Color.fromCssColorString('#112244'),
outlineWidth: 0.5,
heightReference: Cesium.HeightReference.NONE,
disableDepthTestDistance: Number.POSITIVE_INFINITY,
},
label: {
text: name,
@@ -61,7 +60,6 @@ const ShipsLayer = {
style: Cesium.LabelStyle.FILL_AND_OUTLINE,
pixelOffset: new Cesium.Cartesian2(6, -3),
scale: 0.7,
disableDepthTestDistance: Number.POSITIVE_INFINITY,
distanceDisplayCondition: new Cesium.DistanceDisplayCondition(0, 500000),
},
description: '<div style="font-family:monospace;font-size:12px;color:#4499ff">' +