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

Negative grid coordinates are incorrect #19

Open
dougthor42 opened this issue Dec 8, 2014 · 0 comments
Open

Negative grid coordinates are incorrect #19

dougthor42 opened this issue Dec 8, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@dougthor42
Copy link
Owner

Negative grid values are incorrect.

for positive values, everything is fine. However, global coord of -0.37 is being incorrectly calculated to be grid value 0, and global coord of -1.4 is being incorrectly calculated as grid value -1. The correct grid values for these are -1 and -2, respectively.

Should look at wm_utils.coord_to_grid() to fix.

@dougthor42 dougthor42 added the bug label Dec 8, 2014
@dougthor42 dougthor42 self-assigned this Dec 8, 2014
@dougthor42 dougthor42 added this to the v1.1 milestone Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant