-
Notifications
You must be signed in to change notification settings - Fork 416
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
Add meta tiling support #1718
Add meta tiling support #1718
Conversation
@@ -18,6 +18,7 @@ | |||
* A two element array of integers indicating the x and y size of each tile. | |||
*/ | |||
public int[] tileSize; | |||
public int[] tileBufferSize; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably @HasDefaultValue is missing ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, added.
@ismailsunni I just do a rebase :-), I also run the CI on pull request :-) |
Bumps [c2cciutils](https://github.com/camptocamp/c2cciutils) from 1.0.dev20210212084346 to 1.0.dev20210212123011. - [Release notes](https://github.com/camptocamp/c2cciutils/releases) - [Commits](https://github.com/camptocamp/c2cciutils/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
@ismailsunni now there is some style error in your code ... |
To do: