]> git.openstreetmap.org Git - nominatim.git/commit
Remove special search for address part for long ways
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 22 Jul 2018 13:05:45 +0000 (15:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 22 Jul 2018 13:05:45 +0000 (15:05 +0200)
commit713ea080d2cf6b5a5e412b63111f81336fa2f7f0
tree5c1558cbc0880ded3d917a382bfff0c50ec6bba2
parent81b90c9f15d05bc7bd7eb0eabe29b315a7778ff2
Remove special search for address part for long ways

Ways now always have the complete set of crossing boundaries
independent of the length.

Fixes #1108.
sql/functions.sql
test/bdd/steps/db_ops.py