1. A concise explanation of the problem you're experiencing.
This mistake will happen occasionally.
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
viewer.entities.add({
availability: new Cesium.TimeIntervalCollection([new Cesium.TimeInterval({
start: start,
stop: end
})]),
position: satellitePosition,
orientation: new Cesium.VelocityOrientationProperty(satellitePosition),
label: {
font: '18px Helvetica',
fillColor: 'red',
outlineColor: 'red',
style: Cesium.LabelStyle.FILL_AND_OUTLINE,
},
path: {
show: true,
width: 3
},
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
4. The Cesium version you're using, your operating system and browser.
chrome