Creating plane/rectangle

Sorry, I’m not able to generate this issue at my end. But it seems like you need to set disableDepthTestDistance property in label entity to keep it always in front of terrain, like:

label: {
        show: false,
        showBackground: true,
        font: "14px monospace",
        horizontalOrigin: Cesium.HorizontalOrigin.LEFT,
        verticalOrigin: Cesium.VerticalOrigin.TOP,
        pixelOffset: new Cesium.Cartesian2(15, 0),
        disableDepthTestDistance: Number.POSITIVE_INFINITY
      }

Please let me know if it works or not.

  • Regards,