[postgis-tickets] [PostGIS] #5389: ST_Transform broken with PROJ 9.2.0
PostGIS
trac at osgeo.org
Thu Jun 15 14:00:16 PDT 2023
#5389: ST_Transform broken with PROJ 9.2.0
----------------------+----------------------------
Reporter: tjay | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.1.10
Component: postgis | Version: 3.1.x
Resolution: | Keywords: proj
----------------------+----------------------------
Comment (by pramsey):
I am running the head of the 9.2 branch. I made sure I started my
PostgreSQL server with the `PROJ_NETWORK` environment variable set to
`ON`. And things work for me?
{{{
select ST_AsText(ST_Transform(ST_GeomFromText('POINT(343806.17
5676555.69)', 25832), 5676), 4);
st_astext
----------------------------------
POINT(2553378.3214 5676286.9204)
select postgis_full_version();
POSTGIS="3.4.0dev 3.3.0rc2-970-g3f57ca3d2"
PGSQL="150"
GEOS="3.12.0dev-CAPI-1.18.0"
PROJ="9.2.1"
LIBXML="2.9.13"
LIBJSON="0.16"
LIBPROTOBUF="1.4.1"
WAGYU="0.5.0 (Internal)"
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5389#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list