-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The tileset.json schema has a field for properties which convey the minimum / maximum values for features across an entire tileset. Since then, properties has been deprecated and essentially replaced by tileset statistics.
Currently, upgrading with --targetVersion 1.1 leaves the properties untouched. It would be great to automatically upgrade this object to a statistics one, though it's not entirely straightforward. You'd need to create a metadata schema that the statistics are based on, and then translate the properties into appropriate class property types that match the content in the glTFs. But it's certainly doable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request