Opened 13 years ago
Closed 13 years ago
#1681 closed enhancement (fixed)
[raster] ST_BandMetadata should not report hasnodata anymore
Reported by: | pracine | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Now that the absence of nodata value is generally reported as NULL (as in ST_BandNodataValue()), and even if there is an internal flag that is still necessary, there is not need to return a hasnodata column when invoking ST_BandMetadata(). Just return NULL when the flag is false.
The report is confusing as it can say FALSE for hasnodata and still report what is set as nodata value even if it is not used. The expected behaviour is to report NULL when the flag is FALSE.
Change History (3)
comment:1 by , 13 years ago
Milestone: | PostGIS 2.0.1 → PostGIS 2.0.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r9484.