1. A concise explanation of the problem you’re experiencing.
I have a geojson file which has a size of over 1.6 MB and cesium is taking too long to load the data to the view, Is there a way to have tiling of geojsons like xyz tileserver
Thanks
1. A concise explanation of the problem you’re experiencing.
I have a geojson file which has a size of over 1.6 MB and cesium is taking too long to load the data to the view, Is there a way to have tiling of geojsons like xyz tileserver
Thanks
Is there a way to add geojson-vt to cesium regards
Cesium ion doesn’t currently support vector tiling, but it is on our roadmap! See my response here: https://groups.google.com/d/msg/cesium-dev/G_0tzm6dvwA/Vi3OnyQNDQAJ
We recently made a CesiumJS change for loading KML so it will split it up over multiple frames so it doesn’t freeze the application for very large files.
There was an idea a while back to support GeoJSON-L which would allow streaming in features of a GeoJson: https://github.com/AnalyticalGraphicsInc/cesium/issues/7779