Placemark Label Obscured

1. A concise explanation of the problem you’re experiencing.

On a KML file test, there are placemarks with labels and when put into the Cesium demo page, only the top half of the letters are shown unless zoomed in closely. Is this just a problem with the demo on the Cesium website or something that would need custom code to fix if we made a Cesium app? https://cesiumjs.org/

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

It is for a map of regions and would be good to see the labels of each while looking at a larger area than a couple of acres.

4. The Cesium version you’re using, your operating system and browser.

The demo one on the Cesium website, Windows 10, Chrome.

Cesium Demo Test 2.9.19.pdf (2.14 MB)

I’m not sure which demo you’re referring to. Can you post a direct link to it? Or do you mean you dragged your own KML file into the Cesium Viewer?

In any case, the labels in CesiumJS do have an eyeOffset (https://cesiumjs.org/Cesium/Build/Documentation/LabelGraphics.html?classFilter=labelGr#eyeOffset) as well as a pixelOffset property that can be used to make sure it looks good in your specific scene.