VCityTeam / py3dtilers

Tilers accepting various input formats (OBJ, 3DCity databases, GeoJson, IFC) and producing 3DTiles tilesets.
GNU Lesser General Public License v2.1
199 stars 52 forks source link

Batch Table data order may change during export #163

Closed wesley-petit closed 1 year ago

wesley-petit commented 1 year ago

In the FromGeometryTreeToTileset.__create_tile_content function, the bt_keys variable does not retain the same key order, as it is an unordered collection. You can preserve the order by using an external container such as OrderedSet.