Changes between Initial Version and Version 1 of Ticket #5389, comment 6


Ignore:
Timestamp:
Jun 15, 2023, 2:01:10 PM (11 months ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5389, comment 6

    initial v1  
    11I 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?
    22{{{
    3 select ST_AsText(ST_Transform(ST_GeomFromText('POINT(343806.17 5676555.69)', 25832), 5676), 4);
     3SELEcT ST_AsText(
     4  ST_Transform(ST_GeomFromText('POINT(343806.17 5676555.69)', 25832), 5676), 4);
    45
    56            st_astext             
     
    78 POINT(2553378.3214 5676286.9204)
    89
    9 select postgis_full_version();
    10                                                                               POSTGIS="3.4.0dev 3.3.0rc2-970-g3f57ca3d2"
     10
     11SELECT postgis_full_version();
     12
     13POSTGIS="3.4.0dev 3.3.0rc2-970-g3f57ca3d2"
    1114PGSQL="150"
    1215GEOS="3.12.0dev-CAPI-1.18.0"