]> git.openstreetmap.org Git - nominatim.git/commit
for roads add all intersecting boundaries to address list
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 18 Mar 2017 11:17:48 +0000 (12:17 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 18 Mar 2017 11:17:48 +0000 (12:17 +0100)
commitb3186d07f5860473c7d80185b9dfbb1804ff3ec3
tree4897fe724ad4c800b758165ad211ec45fc01afaa
parentecee3828b38dbcf1712c1a1a3ccee1c3bc774f78
for roads add all intersecting boundaries to address list

When roads cross boundaries, both administrative entities should
be added to the address list, so that both entities can be used
for searching. Also allows in a second step to better sort out
addresses of POIs on such roads.

Fixes #121.
sql/functions.sql
sql/partition-functions.src.sql
test/bdd/db/import/addressing.feature [new file with mode: 0644]
test/bdd/steps/db_ops.py