]> git.openstreetmap.org Git - nominatim.git/commit
restrict range for interpolated housenumbers
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Sep 2023 09:41:41 +0000 (11:41 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Sep 2023 09:41:41 +0000 (11:41 +0200)
commitc284df2dc9df442de4fce9d524314ab2fa4bfd44
treeaf2dc019eb5d51f43975b73cb5f2aca1e9032430
parent18b2a4c2048149128e45698d0a15dfdc9a696680
restrict range for interpolated housenumbers

Interpolations are only supported up to 2^32 by the database.
Limit to 8 digits, which is still more than should be needed.
nominatim/api/search/db_searches.py
test/python/api/search/test_search_places.py