Oslandia / py3dtiles

:warning: Project migrated to : https://gitlab.com/py3dtiles/py3dtiles :warning:
https://py3dtiles.org
Other
215 stars 76 forks source link

Feature Table for b3dm files #75

Closed mholthausen closed 4 years ago

mholthausen commented 4 years ago

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?