mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
fill interpolation array for reverse lookups via search endpoint
Fixes #540
This commit is contained in:
@@ -35,6 +35,12 @@ Feature: Search queries
|
||||
| country | Canada
|
||||
| country_code | ca
|
||||
|
||||
Scenario: coordinate search with addressdetails
|
||||
When sending json search query "51.193058013916,15.5245780944824" with address
|
||||
Then result addresses contain
|
||||
| village | country | country_code
|
||||
| Kraszowice | Polska | pl
|
||||
|
||||
Scenario: Address details with unknown class types
|
||||
When sending json search query "foobar, Essen" with address
|
||||
Then results contain
|
||||
|
||||
Reference in New Issue
Block a user