Skip to main content
Question

Hello everybody I want to know is there a way to convert my 3D shapefile to a 3d tiles cesium ( I don't know if I should transformt it to citygml then 3d tiles cesium) and if there is a way is there a workspace to do so. Here is my shapefile

  • February 15, 2023
  • 1 reply
  • 135 views

Hello everybody I want to know is there a way to convert my 3D shapefile to a 3d tiles cesium ( I don't know if I should transformt it to citygml then 3d tiles cesium) and if there is a way is there a workspace to do so. Here is my shapefile

1 reply

saraatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 147 replies
  • February 22, 2023

Hi @redamrini​, you can convert your shapefile using the Cesium 3D Tiles Writer and a couple of transformers in between to coax your source data into 3D. Please see the below screenshot for a workflow to do this.

Esri Shapefile Reader -> 3DForcer (Elevation set to 0) -> Extruder (Distance set to height) -> Cesium 3D Tiles WriterI hope this helps and let me know if you have any questions!