VGSML
Results
2
comments of
VGSML
I have a same bug. SELECT ST_Point(9.140245906108277, 48.790896726572214) AS geom, ST_Transform(geom, 'EPSG:4326', 'EPSG:3857') Result: POINT (9.140245906108277 48.790896726572214) POINT (5431377.778949217 1021830.8530386784) But the last one should be: POINT (1017487.5199932767 6239455.136400283). -...
Thanks a lot, I understood, it was transformation error because coordinates was flipped, with this param always_xy all works good.