Hey guys, I have an issue with the text of an entity. The text becomes pixelated inside the map. Why does this happen and how can I improve it?
This is the label property that I’m using.
label: {
text: equipo.MQ_DSC.toUpperCase(),
font: "bold 12px sans-serif",
fillColor: Color.WHITE,
style: LabelStyle.FILL_AND_OUTLINE,
outlineColor: Color.fromCssColorString("rgba(0,0,0,0.85)"),
outlineWidth: 2,
pixelOffset: new Cartesian2(0, -28),
horizontalOrigin: HorizontalOrigin.CENTER,
verticalOrigin: VerticalOrigin.BOTTOM,
disableDepthTestDistance: Number.POSITIVE_INFINITY,
show: !hideLabel,
},
