Changes between Initial Version and Version 1 of Ticket #3439, comment 5
- Timestamp:
- 11/25/16 08:30:04 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3439, comment 5
initial v1 5 5 In your overlay, you are looking at a tile that intersects your geometry and are pulling out a value of the cell that intersects your point. 6 6 7 All that tells me is yes, at least one of the bands of each row should return a non-nodata value, which it does (value of 0) which is not nodata.7 All that tells me is yes, at least one of the bands of each row should return a non-nodata value, which it does for bands 3-6 (value of 0) which is not nodata. 8 8 9 For now I'm going to close this out as an invalid, because I suspect nothing is wrong here. 10