]> git.openstreetmap.org Git - nominatim.git/commit
allow coordinates in query only with name or classtype
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 15 Jun 2016 20:39:21 +0000 (22:39 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 15 Jun 2016 20:41:48 +0000 (22:41 +0200)
commit665de339e5c1afde21d836ce4be9abe94ae483e0
treec25aaad5c7200235eafdb5920c4bd8421b85295b
parent84495489d9b995ff5cb1270a6ed0665c820f9d38
allow coordinates in query only with name or classtype

Coordinates with country or housenumber only do not make much
sense. Currently these combination result in queries that
require a sequential scan of search_name and normally time
out before yielding any results.

fixes #462
lib/Geocode.php