I have a question regarding the export of a b3dm from xyz WKB representing a geological layer and the assignment of a feature table. Since the export is done without a feature table (because the corresponding lines are commented out, https://github.com/Oslandia/py3dtiles/blob/master/py3dtiles/b3dm.py), the 3D Tiles are not recognized as Cesium3DTileFeature in Cesium and can not be styled.
How can I add a feature table to the b3dm with py3dtiles?
I have a question regarding the export of a b3dm from xyz WKB representing a geological layer and the assignment of a feature table. Since the export is done without a feature table (because the corresponding lines are commented out, https://github.com/Oslandia/py3dtiles/blob/master/py3dtiles/b3dm.py), the 3D Tiles are not recognized as
Cesium3DTileFeature
in Cesium and can not be styled.How can I add a feature table to the b3dm with py3dtiles?