Hello,
I have a GeoJSON 3D file with around 5000 3D objects. When I load it in Cesium using the Cesium.GeoJsonDataSource()
method, it takes a lot of time and sometimes results in an out-of-memory .
Are there any methods to optimize the visualization of the 3D GeoJSON without manually converting it to another format, as it is retrieved directly from the database?
Thank you for your help.