Nominatim/nominatim/api
Sarah Hoffmann 86b43dc605 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.
2023-03-26 16:21:43 +02:00
..
v1 make sure PHP and Python reverse code does the same 2023-03-26 16:21:43 +02:00
__init__.py add output formatters for ReverseResults 2023-03-25 15:45:03 +01:00
connection.py add HTML-formatted debug output to lookup 2023-02-14 11:57:37 +01:00
core.py python: implement reverse lookup function 2023-03-23 22:38:37 +01:00
localization.py switch details cli command to new Python implementation 2023-02-04 21:22:22 +01:00
logging.py ignore NotImplementedErrors when compiling SQL 2023-03-24 11:16:02 +01:00
lookup.py make sure PHP and Python reverse code does the same 2023-03-26 16:21:43 +02:00
result_formatting.py switch details cli command to new Python implementation 2023-02-04 21:22:22 +01:00
results.py make sure PHP and Python reverse code does the same 2023-03-26 16:21:43 +02:00
reverse.py make sure PHP and Python reverse code does the same 2023-03-26 16:21:43 +02:00
status.py add property cache for API 2023-01-30 09:36:17 +01:00
types.py python: implement reverse lookup function 2023-03-23 22:38:37 +01:00