[postgis-tickets] r15766 - typo and grammar corrections from Andreas Schild

Regina Obe lr at pcorp.us
Tue Sep 19 08:36:28 PDT 2017


Author: robe
Date: 2017-09-19 08:36:28 -0700 (Tue, 19 Sep 2017)
New Revision: 15766

Modified:
   trunk/NEWS
   trunk/doc/reference_raster.xml
   trunk/doc/release_notes.xml
Log:
typo and grammar corrections from Andreas Schild

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2017-09-19 13:35:43 UTC (rev 15765)
+++ trunk/NEWS	2017-09-19 15:36:28 UTC (rev 15766)
@@ -57,7 +57,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

Modified: trunk/doc/reference_raster.xml
===================================================================
--- trunk/doc/reference_raster.xml	2017-09-19 13:35:43 UTC (rev 15765)
+++ trunk/doc/reference_raster.xml	2017-09-19 15:36:28 UTC (rev 15766)
@@ -9359,7 +9359,7 @@
 							<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 @@
 					<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>

Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml	2017-09-19 13:35:43 UTC (rev 15765)
+++ trunk/doc/release_notes.xml	2017-09-19 15:36:28 UTC (rev 15766)
@@ -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>



More information about the postgis-tickets mailing list