Closed wesley-petit closed 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.
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.