]> granicus.if.org Git - postgis/commitdiff
typo and grammar corrections from Andreas Schild
authorRegina Obe <lr@pcorp.us>
Tue, 19 Sep 2017 15:36:28 +0000 (15:36 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 19 Sep 2017 15:36:28 +0000 (15:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15766 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/reference_raster.xml
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index d9810484b85438e1b887864eaca44dec0c81173c..70c836560b598b310c6048f903dda9de8d6a91ee 100644 (file)
--- 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
index 76fe04bb6bca60d96d708e24b942812f9efb2790..ca715dc751357604604972737fdec04ae242a864 100644 (file)
@@ -9359,7 +9359,7 @@ CREATE OR REPLACE FUNCTION sample_callbackfunc(value double precision[][][], pos
                                                        <term>mask</term>
                                                        <listitem>
                                                                <para>
-                                                                       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.
                                                                </para>
                                                        </listitem>
                                                </varlistentry>
@@ -11388,7 +11388,7 @@ UPDATE wind
                                        <para>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 <varname>uniontype</varname> which is one of the following: LAST (default), FIRST, MIN, MAX, COUNT, SUM, MEAN, RANGE.</para>
 
                     <note>
-                      <para>In order for rasters to be unioned, they most all have the same alignment.  Use <xref linkend="RT_ST_SameAlignment" /> and <xref linkend="RT_ST_NotSameAlignmentReason" /> for more details and help. One way to fix alignment issues is to use <xref linkend="RT_ST_Resample" /> and use the same reference raster for alignment.</para>
+                      <para>In order for rasters to be unioned, they must all have the same alignment.  Use <xref linkend="RT_ST_SameAlignment" /> and <xref linkend="RT_ST_NotSameAlignmentReason" /> for more details and help. One way to fix alignment issues is to use <xref linkend="RT_ST_Resample" /> and use the same reference raster for alignment.</para>
                     </note>
 
                                        <para>Availability: 2.0.0 </para>
index ee0cd7c798191aef36659ad03ac1206d5365c059..6b079351bd6dc864a2ed12c54ace0d850c27e190 100644 (file)
@@ -46,7 +46,7 @@
 <para>#3684, Update to EPSG register v9
           (Even Rouault)</para>
 <para>#3830, Fix initialization of incompatible type (>=9.6) address_standardizer</para>
-<para>#3662, Make shp2pgsql work in debug mode by sendig debug to stderr</para>
+<para>#3662, Make shp2pgsql work in debug mode by sending debug to stderr</para>
 <para>#3405, Fixed memory leak in lwgeom_to_points</para>
 <para>#3832, Support wide integer fields as int8 in shp2pgsql</para>
 <para>#3841, Deterministic sorting support for empty geometries in btree geography</para>