CesiumGS / 3d-tiles

Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
2.1k stars 467 forks source link

Inconsistency in tile schema and its description #752

Closed javagl closed 11 months ago

javagl commented 11 months ago

The description of the tile.children property at https://github.com/CesiumGS/3d-tiles/blob/8e5e67e078850cc8ce15bd1873fe54f11bbee02f/specification/schema/tile.schema.json#L84 says

[...] For leaf tiles, the length of this array is zero, and children may not be defined.

But at the same time, the schema says "minItems": 1.