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

Does rotation affect path Constraints? #14

Closed
liu0fanyi opened this issue Sep 22, 2020 · 3 comments
Closed

Does rotation affect path Constraints? #14

liu0fanyi opened this issue Sep 22, 2020 · 3 comments

Comments

@liu0fanyi
Copy link

I use path with index 2, and get this
image

And I config rotation with:

{
    "rotationTreatment": "generated",
    "rotationalSymmetry": 6,
    "reflectionalSymmetry": true,
}

and I will get this:
image

I can't understand what happened here...
I know there is no need to rotate here. But I have another sample need rotate, and generated.
So I want use a simiple sample to see what's wrong.

Any help? Thanks a lot.

@BorisTheBrave
Copy link
Owner

Yes, definitely seems like an error. I've reviewed the code and it does look ok, it should be automatically dealing with the rotated copies.

Could you perhaps attach the files you are working with so I can test them directly?

@BorisTheBrave
Copy link
Owner

Actually, are you using Path or EdgedPath? Only the latter looks like it handles generated tiles for you.

@BorisTheBrave
Copy link
Owner

I've pushed a fix that I think should help things. Please checkout master and let me know.

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

No branches or pull requests

2 participants