Re: [postgis-users] Axis switching in transform from SRID 4326 to 3006 (Sweref99 TM) with PostGIS 3.1.3

2021-07-21 Thread Paul Ramsey
Also I can run your SQL against my working copy and the right answer is there postgis32=# SELECT ST_AsText(ST_Transform('SRID=3006;POINT(675117 6580677)', 4326)) ; st_astext - POINT(18.078112692195987 59.32848233749213) (1 row) On

Re: [postgis-users] Axis switching in transform from SRID 4326 to 3006 (Sweref99 TM) with PostGIS 3.1.3

2021-07-21 Thread Paul Ramsey
The fix is not in any released version yet. If you pull the code from git and build you can confirm it works for your case (I'm going to guess that it will, your description matches the other N/E systems. P On Tue, Jul 20, 2021 at 5:12 PM David Stenwall wrote: > Hi > Ok, so I _think_ I have