]> git.openstreetmap.org Git - nominatim.git/commit
make localisation of results explicit
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 24 May 2023 16:12:34 +0000 (18:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 24 May 2023 16:12:34 +0000 (18:12 +0200)
commitf335e78d1eb54737202aa7a1bafaece19b6659a6
tree217b9393714efc62b68468507f45914c19b2d5fb
parentdcfb228c9a0035d72de6c3a66f7f329e72cd960e
make localisation of results explicit

Localisation was previously done as part of the formatting but might
also be useful on its own when working with the results directly.
nominatim/api/results.py
nominatim/api/v1/format.py
nominatim/api/v1/format_json.py
nominatim/api/v1/format_xml.py
nominatim/api/v1/server_glue.py
nominatim/clicmd/api.py
test/python/api/test_result_formatting_v1.py
test/python/api/test_result_formatting_v1_reverse.py