Hi @11167,
Thanks for your post and for being part of the Cesium community.
Adjusting the strokeWidth for a geoJSON loaded via GeoJsonDataSource as you indicated in your sample code should work. There is a working sandcastle example showing this Cesium Sandcastle
height is not a field that can be set in the GeoJsonDataSource class according to the docs GeoJsonDataSource - Cesium Documentation What effect are you trying to achieve? Do you want the flat GeoJSON to sit at a certain altitude/height above the ellipsoidal surface of the earth? Or a 3D volume effect? It would be helpful if you could clarify what you are trying to achieve by specifying height.
Thank you for your answer.
I will explain more.
I am trying to solve the problem that the geoJson file is not visible because of the 3dMesh building.
So I want to adjust the height or increase the height of the line to make it 3D.
And strokeWidth: 50, it does not work.
If you have any ideas, please share them.
Thanks for providing more information. You can anchor a geoJSON to the ground on top of terrain or tiles using the GeoJsonDataSource.clampToGround property.