[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-510-g7279f8f

git at osgeo.org git at osgeo.org
Fri Sep 10 12:31:50 PDT 2021


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  7279f8f66bcbe7e4ef5bcb5a48843119d19ce1e4 (commit)
      from  d69349c8fa56d99abf105868b9139ba7eb4fe118 (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 7279f8f66bcbe7e4ef5bcb5a48843119d19ce1e4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Sep 10 12:31:42 2021 -0700

    Add news entry for proj_normalize_for_visualization change

diff --git a/NEWS b/NEWS
index 16b4b87..50f2ac3 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,7 @@ Additional features are enabled if you are running GEOS 3.9, Proj 6.1+, and Post
   - #4799, Include srs in GeoJSON where it exists in spatial_ref_sys.
   - #4986, GIST indexes on Postgres 14 are now created faster using Hilbert-sorting method.
            (Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, Giuseppe Broccolo)
+  - #4949, Use proj_normalize_for_visualization to hand "axis swap" decisions (Paul Ramsey)
 
  * New features*
   - #4923, topology.ValidateTopologyRelation (Sandro Santilli)
diff --git a/liblwgeom/lwgeom_transform.c b/liblwgeom/lwgeom_transform.c
index c7ef241..850aba7 100644
--- a/liblwgeom/lwgeom_transform.c
+++ b/liblwgeom/lwgeom_transform.c
@@ -247,6 +247,7 @@ lwgeom_transform_from_str(LWGEOM *geom, const char* instr, const char* outstr)
 	}
 	int ret = lwgeom_transform(geom, lp);
 	proj_destroy(lp->pj);
+	lwfree(lp);
 	return ret;
 }
 

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

Summary of changes:
 NEWS                         | 1 +
 liblwgeom/lwgeom_transform.c | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list