Hi,
I am facing an issue with converting GeoJSON data of building surfaces, directly to Cesium 3D Tiles.
where the output is incomplete. A lot of the surfaces are missing.
I was recommended to do an intermediate step of converting to CityGML i.e. GeoJSON >> CityGML >> Cesium 3DTiles. And this works fine, except that the output tiles.json does not contain the (maximum and minimum) values of the attributes, which I can generate in the former direct conversion method.
So here are my questions:
1- Why does the direct method (GeoJSON >> Cesium 3D Tiles) generate incomplete buildings?
2- Is there a way to edit the parameters in the conversion from GeoJSON to CityGML to Cesium 3DTiles, where I can still end up with the max and min values in my tile.json?
3- My GeoJSON are exported from my PostgreSQL database, so initially I start my data as database tables! Is there a method to connect FME to my PostgreSQL database and get a direct conversion to Cesium 3DTiles?
Thanks,
Ayah