[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-25-g57ff7ac

git at osgeo.org git at osgeo.org
Mon Mar 2 15:02:28 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  57ff7ac784f60dc2a455e5f330963ba11750f6f7 (commit)
      from  ff6855bb4f8894db2e713a6f4ca0ff5213aa3db4 (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 57ff7ac784f60dc2a455e5f330963ba11750f6f7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Mar 2 15:02:23 2020 -0800

    increase precision of the default plane bounds, closes #4641

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index f8d1022..21363eb 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -1691,7 +1691,7 @@ CREATE OR REPLACE FUNCTION ST_MakeEnvelope(float8, float8, float8, float8, integ
 
 -- Availability: 3.0.0
 -- Changed: 3.1.0 - add margin=0.0 parameter
-CREATE OR REPLACE FUNCTION ST_TileEnvelope(zoom integer, x integer, y integer, bounds geometry DEFAULT 'SRID=3857;LINESTRING(-20037508.342789 -20037508.342789, 20037508.342789 20037508.342789)'::geometry, margin float8 DEFAULT 0.0)
+CREATE OR REPLACE FUNCTION ST_TileEnvelope(zoom integer, x integer, y integer, bounds geometry DEFAULT 'SRID=3857;LINESTRING((-20037508.342789244 -20037508.342789244, 20037508.342789244 20037508.342789244)'::geometry, margin float8 DEFAULT 0.0)
 	RETURNS geometry
 	AS 'MODULE_PATHNAME', 'ST_TileEnvelope'
 	LANGUAGE 'c' IMMUTABLE STRICT PARALLEL SAFE

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

Summary of changes:
 postgis/postgis.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list