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:
@@ -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">' +
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren