]> git.openstreetmap.org Git - nominatim.git/commit
avoid interpreting integral numbers as coordinates
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Sep 2023 09:26:47 +0000 (11:26 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Sep 2023 09:26:47 +0000 (11:26 +0200)
commit18b2a4c2048149128e45698d0a15dfdc9a696680
tree6daf7f8c76390d94a53b72747ebf6efdb78424d6
parente1303fb5921a81947e55243a78b93be5f4ebbe37
avoid interpreting integral numbers as coordinates

There are addresses of type '123 W 345 N, Reigh', where 'W 345 N' is
the actual name of the street.
nominatim/api/v1/helpers.py
test/python/api/test_helpers_v1.py