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

Fix Tile.flipHorizontal for floating point tiles #2535

Merged
merged 1 commit into from
Jan 3, 2018

Conversation

echeipesh
Copy link
Contributor

Overview

Floating point branch of the function performed assignment from target tile to target tile, rather than the from the source tile, resulting in NoData tiles.

Checklist

  • docs/CHANGELOG.rst updated, if necessary
  • [-] docs guides update, if necessary
  • [-] New user API has useful Scaladoc strings
  • [-] Unit tests added for bug-fix or new feature

Closes #2507

@echeipesh echeipesh merged commit 872ff17 into locationtech:master Jan 3, 2018
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.

flipHorizontal fails on floating point tile
1 participant