[GIS] Cesium 3D Map help

3d3d-mapcesiumconvert

I am new to cesium and I want to display 3d shapefile using cesium.Conversion of shapefile in czml and display into cesium in main hurdle.

Best Answer

Maybe you can try this, First convert shapefile to geojson, then use GeoJsonDataSource to add the geojson to the scene. Like this Cesium Sandcastle.

Related Question