]> git.openstreetmap.org Git - nominatim.git/commitdiff
simplify weigh_search() function
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Dec 2023 15:07:56 +0000 (16:07 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Dec 2023 08:31:00 +0000 (09:31 +0100)
Use JSON arrays which can have mixed types and therefore have
a more logical structure than separate arrays. Avoid JSON dicts
because of their verboseness.


No differences found