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

Handle Negative coordinates #4

Open
MattReimer opened this issue Mar 19, 2015 · 0 comments
Open

Handle Negative coordinates #4

MattReimer opened this issue Mar 19, 2015 · 0 comments
Labels

Comments

@MattReimer
Copy link
Member

We currently fail on rasterman copy when any of the coordinates are negative. We need to either handle this more gracefully and return why something is invalid or fix it so that negative coordinates are ok:

if (fLeft <=0)
    return LEFT_ERROR;

if (fTop <=0)
    return TOP_ERROR;

if (nRows <=0)
    return ROWS_ERROR;

if (nCols <=0)
    return COLS_ERROR;
@MattReimer MattReimer added the bug label Mar 19, 2015
@MattReimer MattReimer self-assigned this Mar 19, 2015
@MattReimer MattReimer removed their assignment Sep 5, 2017
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