Polyline data on terrain provider

Dear Support,

I have my own elevation data and loaded on cesium as terrain provider. In the same area I have polyline data loaded as geojson format. But my polyline data is going under my elevation data. How to bring this data and display on top elevation data.

Regards,
Tharak

Hi,
You can convert Polyline positions to clamped positions. Check this example.
You can also set clampToGround property as true.

  • Regards