From: Regina Obe Date: Tue, 19 Sep 2017 15:36:28 +0000 (+0000) Subject: typo and grammar corrections from Andreas Schild X-Git-Tag: 2.4.0rc2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b41ecab51d892aa0bad2d1ea8e9f3664a9d90631;p=postgis typo and grammar corrections from Andreas Schild git-svn-id: http://svn.osgeo.org/postgis/trunk@15766 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index d9810484b..70c836560 100644 --- a/NEWS +++ b/NEWS @@ -57,7 +57,7 @@ PostGIS 2.4.0 - #3684, Update to EPSG register v9 (Even Rouault) - #3830, Fix initialization of incompatible type (>=9.6) address_standardizer - - #3662, Make shp2pgsql work in debug mode by sendig debug to stderr + - #3662, Make shp2pgsql work in debug mode by sending debug to stderr - #3405, Fixed memory leak in lwgeom_to_points - #3832, Support wide integer fields as int8 in shp2pgsql - #3841, Deterministic sorting support for empty geometries in btree geography diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 76fe04bb6..ca715dc75 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -9359,7 +9359,7 @@ CREATE OR REPLACE FUNCTION sample_callbackfunc(value double precision[][][], pos mask - An n-dimenional array (matrix) of numbers used to filter what cells get passed to map algebra call-back function. 0 means a neighbor cell value should be treated as no-data and 1 means value should be treated as data. If weight is set to true, then the values, are used as multipliers to multiple the pixel value of that value in the neighborhood position. + An n-dimensional array (matrix) of numbers used to filter what cells get passed to map algebra call-back function. 0 means a neighbor cell value should be treated as no-data and 1 means value should be treated as data. If weight is set to true, then the values, are used as multipliers to multiple the pixel value of that value in the neighborhood position. @@ -11388,7 +11388,7 @@ UPDATE wind Returns the union of a set of raster tiles into a single raster composed of at least one band. The resulting raster's extent is the extent of the whole set. In the case of intersection, the resulting value is defined by uniontype which is one of the following: LAST (default), FIRST, MIN, MAX, COUNT, SUM, MEAN, RANGE. - In order for rasters to be unioned, they most all have the same alignment. Use and for more details and help. One way to fix alignment issues is to use and use the same reference raster for alignment. + In order for rasters to be unioned, they must all have the same alignment. Use and for more details and help. One way to fix alignment issues is to use and use the same reference raster for alignment. Availability: 2.0.0 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index ee0cd7c79..6b079351b 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -46,7 +46,7 @@ #3684, Update to EPSG register v9 (Even Rouault) #3830, Fix initialization of incompatible type (>=9.6) address_standardizer -#3662, Make shp2pgsql work in debug mode by sendig debug to stderr +#3662, Make shp2pgsql work in debug mode by sending debug to stderr #3405, Fixed memory leak in lwgeom_to_points #3832, Support wide integer fields as int8 in shp2pgsql #3841, Deterministic sorting support for empty geometries in btree geography