[Tile-serving] [openstreetmap/osm2pgsql] Fix reprojection when using Proj version 6 and above (PR #1629)
Jochen Topf
notifications at github.com
Tue Feb 1 12:39:48 UTC 2022
Something is terribly broken here. The projection to EPSG:5520 gets a different result in Ubuntu 18 than in Ubuntu 20. This is not just our code that's broken. I get a different result on [epsg.io](http://epsg.io/transform#s_srs=4326&t_srs=5520&x=10.0000000&y=53.0000000) than when I try this locally in PostgreSQL:
```
select st_astext(st_transform(st_setsrid(st_makepoint(10.0, 53.0), 4326), 5520));
┌─────────────────────────────────────────────┐
│ st_astext │
├─────────────────────────────────────────────┤
│ POINT(1969579.1472745757 5896972.954884315) │
└─────────────────────────────────────────────┘
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1629#issuecomment-1026799839
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/pull/1629/c1026799839 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220201/aa3e5b28/attachment.htm>
More information about the Tile-serving
mailing list