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

Fix merge for multiple implicit tilesets #161

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Conversation

javagl
Copy link
Contributor

@javagl javagl commented Nov 28, 2024

Fixes #157

Using merge for multiple implicit input tilesets created an invalid result, The child tiles that are created during the merge essentially are the roots of the input tilesets, and therefore contained their implicitTiling objects.

The fix was trivial:
delete children[i].implicitTiling;
(and added a spec as regression test)

@lilleyse lilleyse merged commit 3c2b9a4 into main Nov 28, 2024
2 checks passed
@lilleyse lilleyse deleted the fix-merge-implicit-tilesets branch November 28, 2024 17:24
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.

Merging implicit tilesets creates invalid results
2 participants