Skip to content

Fix column duplication because during worker message processing. #24

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

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

harishjp
Copy link

  • The x index passed was ending index but is read as starting index.
  • The y index is used but there are 2 tiles in main, use another index.
  • The first message from worker has only one column instead of 2 because 0 % 2 == 0.

@harishjp
Copy link
Author

@jasoncoon, Thanks for your tool. I found an issue and have put a fix. Please check and see if you can merge it.

* The x index passed was ending index but is read as starting index.
* The y index is used but there are 2 tiles in main, use another index.
* The first message from worker has only one column instead of 2 because 0 % 2 == 0.
@jasoncoon jasoncoon merged commit 399a375 into TerraMap:master Nov 12, 2021
@jasoncoon
Copy link
Contributor

Thank you!

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.

2 participants