[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.7-13-g6a98366c0

git at osgeo.org git at osgeo.org
Fri Aug 12 07:08:43 PDT 2022


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, stable-2.5 has been updated
       via  6a98366c0904e6ae271d3a8b8f3ed64a32bde6c4 (commit)
      from  e98af774c38385ed9a3da4c336a94cb060a77436 (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 6a98366c0904e6ae271d3a8b8f3ed64a32bde6c4
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Aug 12 16:08:29 2022 +0200

    Expect SRID aware geojson output

diff --git a/regress/in_geojson_expected b/regress/in_geojson_expected
index 9d48f40a2..5f28d2b0d 100644
--- a/regress/in_geojson_expected
+++ b/regress/in_geojson_expected
@@ -25,8 +25,8 @@ geomfromgeojson_z_01|POINT(1 2 3)
 geomfromgeojson_z_02|LINESTRING(1 2 3,2 3 4)
 geomfromgeojson_zm_01|POINT(1 2 3)
 geomfromgeojson_zm_02|LINESTRING(1 2 3,2 3 4)
-geomfromgeojson_srs_1|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
-geomfromgeojson_srs_2|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
+geomfromgeojson_srs_1|SRID=4326;GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
+geomfromgeojson_srs_2|SRID=4326;GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
 geomfromgeojson_srs_3|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
 geomfromgeojson_srs_4|GEOMETRYCOLLECTION(POINT(100 0),LINESTRING(101 0,102 1))
 #3583|MULTIPOLYGON Z (EMPTY)

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

Summary of changes:
 regress/in_geojson_expected | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list