From: Sarah Hoffmann Date: Sun, 26 Mar 2023 10:22:34 +0000 (+0200) Subject: make sure PHP and Python reverse code does the same X-Git-Tag: v4.3.0~86^2~8 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/86b43dc605cd7e02e08b8c63c90ffe41ab26e3d2?ds=sidebyside;hp=86b43dc605cd7e02e08b8c63c90ffe41ab26e3d2 make sure PHP and Python reverse code does the same The only allowable difference is precision of coordinates. Python uses a precision of 7 digits where possible, which corresponds to the precision of OSM data. Also fixes some smaller bugs found by the BDD tests. ---