]> git.openstreetmap.org Git - nominatim.git/commit
correctly handle single-point interpolations in reverse
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Mar 2022 10:19:09 +0000 (11:19 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Mar 2022 10:19:09 +0000 (11:19 +0100)
commitef98a85b05f02068ada85dd50b15f2e960ca35bc
treef4c70e702847a74a02e9f6bb4726cb9c96065c26
parent930a5cd12a614afa48b06318d8227e6d11f2ce5b
correctly handle single-point interpolations in reverse

Lookup in location_property_osmline needs to be special cased
for startnumber = endnumber. Also adds tests for the case.

Fixes #2680.
lib-php/ReverseGeocode.php
test/bdd/db/query/interpolation.feature [new file with mode: 0644]
test/bdd/steps/http_responses.py
test/bdd/steps/steps_api_queries.py