I'm making a cartographic viewer with cesium's tools.
The cartographic viewer reads a *.geoJson file, it's 21 Mb.
The user can select a point and get information about it, with a graphic.
I'm trying improve the cartographic viewer, I want to work with larger data volumes.
I have a *.geoJson 300 Mb about 300 Mb.
The cartographic viewer doesn't work with this file, it's very heavy.
I have to export this file to 3dTiles.
This export has to keep all properties of geoJson file in order to see the data into de graphic.
Which is the best way to export this geoJson file to 3dTiles and keep all properties?.
The Vector Tiles format (vctr) should support all GeoJSON properties. Be aware that the specification is still a draft and support in Cesium is still experimental. You can read more about the roadmap here https://github.com/AnalyticalGraphicsInc/3d-tiles/issues/25.
We are starting to support GeoJSON tiling but it’s still under development. If you’re interested in trying those out feel free to reach out to Tim (tim@cesium.com).
Tiling GeoJSON data and vector data in general is still on the roadmap. One thing CesiumJS 1.62 was loading large KML files, you can see it in the changelog here: