Hello,
I want to access the data of an area I want on the terrain in Cesium js, how can I do this?
If I need to explain in detail, let’s assume that I have determined an area by providing coordinate information or drawing a polygon. I want to access the data that makes up this field. If the data type is heightMap, I want to get heightMap data, and if Quantized-Mesh, I want to get Quantized-Mesh data. How can I do it ?
Kind regards.