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:
@@ -49,7 +49,6 @@ const FlightsLayer = {
|
||||
outlineColor: Cesium.Color.fromCssColorString('#004422'),
|
||||
outlineWidth: 1,
|
||||
heightReference: Cesium.HeightReference.NONE,
|
||||
disableDepthTestDistance: Number.POSITIVE_INFINITY,
|
||||
},
|
||||
label: {
|
||||
text: cs,
|
||||
@@ -61,7 +60,6 @@ const FlightsLayer = {
|
||||
pixelOffset: new Cesium.Cartesian2(8, -4),
|
||||
scale: 0.8,
|
||||
showBackground: false,
|
||||
disableDepthTestDistance: Number.POSITIVE_INFINITY,
|
||||
distanceDisplayCondition: new Cesium.DistanceDisplayCondition(0, 2000000),
|
||||
},
|
||||
description: '<div style="font-family:monospace;font-size:12px;color:#00ff88">' +
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren