]> git.openstreetmap.org Git - nominatim.git/commit
fix regression with lat/lon in json output
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Aug 2023 10:21:11 +0000 (12:21 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Aug 2023 12:27:43 +0000 (14:27 +0200)
commit8adeaa2c7efc1087bacf6a6212e81c06d7097cc1
tree0de5bb7dad9360ee64320410b9e3bbe7f49ac931
parentd15f6051293251d60d598a25c89e8fc5b6f75d4b
fix regression with lat/lon in json output

lat, lon is returned as strings in the PHP output. Reproduce that in the
Python frontend.

See #3115.
nominatim/api/v1/format_json.py