-
Notifications
You must be signed in to change notification settings - Fork 819
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
landuse=military on meta-tile boundaries #97
Comments
Great investigation.
|
Does it need to be 256px repeating or just fit an integer number of times into 256px? (e.g. 128px, 64px, etc?) |
Integer number of times is fine. |
yes |
At the intersection of four meta-tile boundaries there is a mismatch in hatching for z15 and below
Similar results on z16, z17, z18, but z14 is fine.
I have a theory as to why this is occurring, and how to fix it.
A z15 meta on orm is a z12 tile + 16 z12 pixel buffer. The buffer doesn't matter for what I think is wrong.
The areas covered by the metas are:
I believe
polygon-clip: false
may fix this. The description sayscc @ToeBee
The text was updated successfully, but these errors were encountered: