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

Subtree buffer structure validation #313

Merged
merged 4 commits into from
Jul 3, 2024

Conversation

javagl
Copy link
Contributor

@javagl javagl commented Jul 3, 2024

Fixes #312

Additionally, I have added the subtree validation to the specs. Some details are described in #226 , but the tl;dr is:

  • There had been subtree files in specs/data/subtrees/. These had not been part of the specs (for reeasons mentioned in the linked issue). They could only be validated with the (internal) --subtreeSpecs command line command.
  • Now, they are validated in the same way as the tilesets in the specs/data: The SubtreeValidationSpec just validates all these files (using the fixed subtree 'implicit tiling' structure that all of these files have!) and checks whether the proper validation messages are generated.

This includes the check that the validSubtreeNoBuffers.json (based on #312) does not generate any issues.

@lilleyse lilleyse merged commit 85b3550 into main Jul 3, 2024
2 checks passed
@lilleyse lilleyse deleted the subtree-buffer-structure-validation branch July 3, 2024 17:27
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 this pull request may close these issues.

Validator reports errors for subtree files that do not have buffers
2 participants