[postgis-tickets] [SCM] PostGIS branch master updated. 5df728faa14ec4e0651bc67642a2de60e40623f7

git at osgeo.org git at osgeo.org
Mon Jan 20 09:21:48 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  5df728faa14ec4e0651bc67642a2de60e40623f7 (commit)
      from  07fa25e445e99075682fcf0191fb1b62d59e9446 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5df728faa14ec4e0651bc67642a2de60e40623f7
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jan 20 12:21:36 2020 -0500

    Fix enhanced tagging note on ST_TileEnvelope so gets picked up by what is new script.  Shuffle order so last significant change is listed first

diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml
index 578edef..b52f083 100644
--- a/doc/reference_constructor.xml
+++ b/doc/reference_constructor.xml
@@ -783,9 +783,8 @@ SRID=4326;POLYGON((75 29 1, 77 29 2, 77 29 3, 75 29 1))
 
 			<para>The optional margin parameter can be used to grow a tile by the given percentage, e.g. margin=0.125 grows the tile by 12.5%, which is equivalent to buffer=512 when extent is 4096, as used in <xref linkend="ST_AsMVTGeom" />. This is useful to create a tile buffer -- to include data lying outside of the tile's visible area, but whose existence affects current tile's rendering. For example, a city name (a geopoint) could be near an edge of a tile, but the text would need to render on two tiles, even though the geopoint is located in the visible area of just one tile. Using an expanded tile in a search would include the city geopoint for both tiles. Use negative value to shrink the tile instead. Values less than -0.5 are prohibited because that would eliminate the tile completely. Do not use margin with ST_AsMVTGeom(). See example in <xref linkend="ST_AsMVT" />.</para>
 
-			<para>Availability: 3.0</para>
-			<para>Enhanced in 3.1: Added margin parameter.</para>
-
+			<para>Enhanced: 3.1.0 Added margin parameter.</para>
+			<para>Availability: 3.0.0</para>
 		</refsection>
 
 		<refsection>

-----------------------------------------------------------------------

Summary of changes:
 doc/reference_constructor.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list