]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix parameter use for ST_Project
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 20 Aug 2023 11:52:03 +0000 (13:52 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 20 Aug 2023 11:52:03 +0000 (13:52 +0200)
Before postgis 3.4 ST_Project required a geography as input and seemed
to have implicitly converted to geography. Since 3.4 geometry input
is supported but leads to a completely different result.


No differences found