[postgis-tickets] r15699 - more corrections from Andreas Schild and add doc achievements to credits
Regina Obe
lr at pcorp.us
Tue Sep 12 09:04:46 PDT 2017
Author: robe
Date: 2017-09-12 09:04:46 -0700 (Tue, 12 Sep 2017)
New Revision: 15699
Modified:
trunk/NEWS
trunk/doc/reference_raster.xml
trunk/doc/release_notes.xml
Log:
more corrections from Andreas Schild and add doc achievements to credits
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2017-09-12 14:34:14 UTC (rev 15698)
+++ trunk/NEWS 2017-09-12 16:04:46 UTC (rev 15699)
@@ -24,6 +24,9 @@
point on line for geography (Danny Götte)
* Enhancements and Fixes*
+ - Many corrections to docs and several translations almost complete.
+ Andreas Schild who provided many corrections to core docs.
+ PostGIS Japanese translation team first to reach completion of translation.
- Support for PostgreSQL 10
- Preliminary support for PostgreSQL 11
Modified: trunk/doc/reference_raster.xml
===================================================================
--- trunk/doc/reference_raster.xml 2017-09-12 14:34:14 UTC (rev 15698)
+++ trunk/doc/reference_raster.xml 2017-09-12 16:04:46 UTC (rev 15699)
@@ -5041,7 +5041,7 @@
<refsection>
<title>Description</title>
- <para>Returns modified raster resulting from setting the specified pixels' values to new value for the designed band given the raster's row and column or a geometry. If no band is specified, then band 1 is assumed.
+ <para>Returns modified raster resulting from setting the specified pixels' values to new value for the designated band given the raster's row and column or a geometry. If no band is specified, then band 1 is assumed.
</para>
<para>Enhanced: 2.1.0 Geometry variant of ST_SetValue() now supports any geometry type, not just point. The geometry variant is a wrapper around the geomval[] variant of ST_SetValues()</para>
@@ -6570,7 +6570,7 @@
<para><varname>gridx</varname> and <varname>gridy</varname> define any arbitrary pixel corner of the new grid. This is not necessarily the upper left corner of the new raster and it does not have to be inside or on the edge of the new raster extent.</para>
- <para>You can optionnal define the pixel size of the new grid with <varname>scalex</varname> and <varname>scaley</varname>.</para>
+ <para>You can optionally define the pixel size of the new grid with <varname>scalex</varname> and <varname>scaley</varname>.</para>
<para>The extent of the new raster will encompass the extent of the provided raster.</para>
<para>A maxerror percent of 0.125 if no <varname>maxerr</varname> is specified.</para>
Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml 2017-09-12 14:34:14 UTC (rev 15698)
+++ trunk/doc/release_notes.xml 2017-09-12 16:04:46 UTC (rev 15699)
@@ -33,7 +33,10 @@
</simplesect>
<simplesect><title>Enhancements and Fixes</title>
- <para>Support for PostgreSQL 10</para>
+<para>Many corrections to docs and several translations almost complete.
+ Andreas Schild who provided many corrections to core docs.
+ PostGIS Japanese translation team first to reach completion of translation.</para>
+<para>Support for PostgreSQL 10</para>
<para>Preliminary support for PostgreSQL 11</para>
<para>#3645, Avoid loading logically deleted records from shapefiles</para>
<para>#3747, Add zip4 and address_alphanumeric as attributes
More information about the postgis-tickets
mailing list