]> git.openstreetmap.org Git - nominatim.git/commit
reverse: ignore place nodes without an address rank
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 13:38:49 +0000 (15:38 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 13:38:49 +0000 (15:38 +0200)
commit3a664dc676218db92550c1d4eef79f397260f2d3
tree9b11c371d51e74b35b5369663d843bad3a287166
parent5f8d5f10a6c5c74195eaa0e60111a63f15955f26
reverse: ignore place nodes without an address rank

We already exclude all polygon places without an address
rank. place nodes should also be ignored. This removes
places like locality from the reverse results.

Fixes #1839.
lib/ReverseGeocode.php