I'm starting on Cesium, and I need your help.
I have a SpatiaLite database.
And I have to integrate my data in Cesium from SpatiaLite.
But I do not know how to do it.
Is it enough to point Cesium on Spatialite (with some method) or do I have to convert my data in KML or GeoJson format (or other format) to send it to Cesium?
I'm confused, thank you for helping me.
Or you can look at the KML and GeoJson examples. That might be easier if you can easily export to one of those formats. I would recommend GeoJson over KML because it’s a little easier for the browser to load.