Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency in tile schema and its description #752

Closed
javagl opened this issue Oct 9, 2023 · 0 comments · Fixed by #753
Closed

Inconsistency in tile schema and its description #752

javagl opened this issue Oct 9, 2023 · 0 comments · Fixed by #753

Comments

@javagl
Copy link
Contributor

javagl commented Oct 9, 2023

The description of the tile.children property at

"description": "An array of objects that define child tiles. Each child tile content is fully enclosed by its parent tile's bounding volume and, generally, has a geometricError less than its parent tile's geometricError. For leaf tiles, the length of this array is zero, and children may not be defined.",
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant