From 56cfc061dae74a5daaa6bbc7e67c49cdd3543d67 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Mon, 22 Oct 2012 17:19:54 +0000 Subject: [PATCH] Add news and doc changes to indicate proper support for raster band's "isnodata" support git-svn-id: http://svn.osgeo.org/postgis/trunk@10517 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 1 + doc/reference_raster.xml | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index c83de8953..79feb82d7 100644 --- a/NEWS +++ b/NEWS @@ -65,6 +65,7 @@ PostGIS 2.1.0 parameter to interpolate NODATA pixels before running the operation. - point variant of ST_SetValue(raster) is now a wrapper around geomval variant of ST_SetValues(rast). + - proper support for raster band's isnodata flag in core API and loader. * Fixes * diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index d1709f37e..8e88747d2 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -2903,11 +2903,8 @@ WHERE rid = 2; If the flag is dirty (this is, the result is different using TRUE as last parameter and not using it) you should - update the raster to set this flag to true, by using ST_SetBandIsNodata function, - or ST_SetBandNodataValue function with TRUE as last argument. The - loader (raster2pgsql) currently can not properly set the - flag while loading raster data. See . + update the raster to set this flag to true, by using ST_SetBandIsNodata(), + or ST_SetBandNodataValue() with TRUE as last argument. See . @@ -5749,10 +5746,6 @@ WHERE rid = 2; TRUE as last argument and without using it Availability: 2.0.0 - Currently, the loader (raster2pgsql) is not able - to set the isnodata flag for bands. So, this is the fastest way - to set it to TRUE, without changing any other band value - -- 2.50.1