Skip to content

Commit

Permalink
Put a note in Enhanced when requires GEOS 3.9.0, change sorting so ne…
Browse files Browse the repository at this point in the history
…w changes come at top
  • Loading branch information
robe2 committed Nov 21, 2020
1 parent 7d5dd63 commit 7ab0110
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
8 changes: 4 additions & 4 deletions doc/reference_constructor.xml
Expand Up @@ -850,7 +850,7 @@ SELECT ST_AsText( ST_TileEnvelope(3, 1, 1, ST_MakeEnvelope(-180, -90, 180, 90, 4
<imagedata fileref='images/st_hexagongrid02.png' />
</imageobject></inlinemediaobject></para>

<para>Availability: 3.1</para>
<para>Availability: 3.1.0</para>

</refsection>

Expand Down Expand Up @@ -927,7 +927,7 @@ WHERE
perfectly fits with the original tiling. Standard web map tilings in mercator
are just powers-of-two square grids in the mercator plane.</para>

<para>Availability: 3.1</para>
<para>Availability: 3.1.0</para>

</refsection>

Expand Down Expand Up @@ -997,7 +997,7 @@ WHERE
</para>
<para>Hexagons are generated with no SRID set, so use <xref linkend="ST_SetSRID" /> to set the SRID to the one you expect.</para>

<para>Availability: 3.1</para>
<para>Availability: 3.1.0</para>
</refsection>

<refsection>
Expand Down Expand Up @@ -1044,7 +1044,7 @@ POLYGON((-1 0,-0.5
</para>
<para>Squares are generated with no SRID set, so use <xref linkend="ST_SetSRID" /> to set the SRID to the one you expect.</para>

<para>Availability: 3.1</para>
<para>Availability: 3.1.0</para>
</refsection>

<refsection>
Expand Down
3 changes: 2 additions & 1 deletion doc/reference_output.xml
Expand Up @@ -56,8 +56,9 @@
<note>
<para>ST_AsEWKT is the reverse of <xref linkend="ST_GeomFromEWKT" />. Use <xref linkend="ST_GeomFromEWKT" /> to convert to a postgis geometry from ST_AsEWKT representation.</para>
</note>
<para>Enhanced: 2.0.0 support for Geography, Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Enhanced: 3.1.0 support for optional precision parameter.</para>
<para>Enhanced: 2.0.0 support for Geography, Polyhedral surfaces, Triangles and TIN was introduced.</para>

<para>&Z_support;</para>
<para>&curve_support;</para>
<para>&P_support;</para>
Expand Down
24 changes: 12 additions & 12 deletions doc/reference_processing.xml
Expand Up @@ -1253,8 +1253,7 @@ on that same grid. This method requires GEOS-3.9.0 or higher.
</para>

<para>Performed by the GEOS module</para>

<para>Enhanced: 3.1.0 accept a gridSize parameter.</para>
<para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS &gt;= 3.9.0</para>

<para>&sfs_compliant; s2.1.1.3</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.20</para>
Expand Down Expand Up @@ -1662,14 +1661,14 @@ on that same grid. This method requires GEOS-3.9.0 or higher.

<warning><para>If working with 3D geometries, you may want to use SFGCAL based <xref linkend="ST_3DIntersection" /> which does a proper 3D intersection for 3D geometries. Although this function works with Z-coordinate, it does an averaging of Z-Coordinate.</para></warning>

<para>Performed by the GEOS module</para>
<para>Performed by the GEOS module</para>

<para>Availability: 1.5 support for geography data type was introduced.</para>
<para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS &gt;= 3.9.0</para>
<para>Changed: 3.0.0 does not depend on SFCGAL.</para>
<para>Changed: 3.1.0 added gridSize argument.</para>
<para>Availability: 1.5 support for geography data type was introduced.</para>

<para>&sfs_compliant; s2.1.1.3</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.18</para>
<para>&sfs_compliant; s2.1.1.3</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.18</para>
</refsection>
<refsection>
<title>Examples</title>
Expand Down Expand Up @@ -3461,7 +3460,7 @@ on that same grid. This method requires GEOS-3.9.0 or higher.

<para>Performed by the GEOS module</para>

<para>Enhanced: 3.1.0 accept a gridSize parameter.</para>
<para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS &gt;= 3.9.0</para>

<para>&sfs_compliant; s2.1.1.3</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.21</para>
Expand Down Expand Up @@ -3717,9 +3716,10 @@ LINESTRING(44.7994523421035 82.5156766227011,85 85)</screen>
<para>NOTE: this function was formerly called GeomUnion(), which
was renamed from "Union" because UNION is an SQL reserved
word.</para>
<para>Availability: 1.4.0 - ST_Union was enhanced. ST_Union(geomarray) was introduced and also faster aggregate collection in PostgreSQL.</para>

<para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS &gt;= 3.9.0</para>
<para>Changed: 3.0.0 does not depend on SFCGAL.</para>
<para>Enhanced: 3.1.0 accept a gridSize parameter.</para>
<para>Availability: 1.4.0 - ST_Union was enhanced. ST_Union(geomarray) was introduced and also faster aggregate collection in PostgreSQL.</para>

<para>&sfs_compliant; s2.1.1.3</para>
<note><para>Aggregate version is not explicitly defined in OGC SPEC.</para></note>
Expand Down Expand Up @@ -3850,9 +3850,9 @@ on that same grid. This method requires GEOS-3.9.0 or higher.
</para>

<para>&Z_support;</para>

<para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS &gt;= 3.9.0</para>
<para>Availability: 2.0.0</para>
<para>Enhanced: 3.1.0 accept a gridSize parameter.</para>

</refsection>


Expand Down

0 comments on commit 7ab0110

Please sign in to comment.