From c8c1b6879d7791fb2e0d64761d4870cad36ae3f9 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Thu, 18 Oct 2012 21:45:22 +0000 Subject: [PATCH] Add news items regarding changes to ST_SetValue and addition of geomval variant of ST_SetValues() git-svn-id: http://svn.osgeo.org/postgis/trunk@10467 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 17272ed56..2766b58de 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ PostGIS 2.1.0 - ST_Intersects(raster, geometry) behaves in the same manner as ST_Intersects(geometry, raster). - #2026, ST_Union(raster) now unions all bands of all rasters + - point variant of ST_SetValue(raster) previously did not check SRID + of input geometry and raster. * Deprecated signatures @@ -36,6 +38,9 @@ PostGIS 2.1.0 - Casts to/from PostgreSQL geotypes (point/path/polygon). - #2011, ST_DumpValues to output raster as array (Bborie Park / UC Davis) - #2030, n-raster (and n-band) ST_MapAlgebra (Bborie Park / UC Davis) + - Added geomval array variant of ST_SetValues() to set many pixel values of + a band using a set of geometries and corresponding values in one call + (Bborie Park / UC Davis) * Enhancements * - #823, tiger geocoder: Make loader_generate_script download portion less greedy @@ -55,6 +60,8 @@ PostGIS 2.1.0 of missing TopoGeometry objects from their natural layer. - ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional 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). * Fixes * -- 2.40.0