Skip to content

Convert tileset properties to statistics #193

@j9liu

Description

@j9liu

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions