]> git.openstreetmap.org Git - nominatim.git/commit
add output formatters for ReverseResults
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 24 Mar 2023 20:45:47 +0000 (21:45 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 25 Mar 2023 14:45:03 +0000 (15:45 +0100)
commit35b52c46562c3dd3427da7bca898d18edfd60047
treec5b68c8f090cdf7a372b304d4d249b82707805ed
parent878302a62219696804c84eef3815b287a153af24
add output formatters for ReverseResults

These formatters are written in a way that they can be reused for
search results later.
.pylintrc
nominatim/api/__init__.py
nominatim/api/results.py
nominatim/api/v1/classtypes.py
nominatim/api/v1/constants.py [new file with mode: 0644]
nominatim/api/v1/format.py
nominatim/api/v1/format_json.py [new file with mode: 0644]
nominatim/api/v1/format_xml.py [new file with mode: 0644]
test/python/api/test_result_formatting_v1.py
test/python/api/test_result_formatting_v1_reverse.py [new file with mode: 0644]