mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
adapt tiger reverse test to changed api
This commit is contained in:
@@ -28,14 +28,14 @@ Feature: Reverse geocoding
|
|||||||
Given the request parameters
|
Given the request parameters
|
||||||
| addressdetails
|
| addressdetails
|
||||||
| 1
|
| 1
|
||||||
When looking up coordinates 40.6863624710666,-112.060005720023
|
When looking up jsonv2 coordinates 40.6863624710666,-112.060005720023
|
||||||
And exactly 1 result is returned
|
And exactly 1 result is returned
|
||||||
And result addresses contain
|
And result addresses contain
|
||||||
| ID | house_number | road | postcode | country_code
|
| ID | house_number | road | postcode | country_code
|
||||||
| 0 | 709. | Kings Estate Drive | 84128 | us
|
| 0 | 709. | Kings Estate Drive | 84128 | us
|
||||||
And results contain
|
And results contain
|
||||||
| osm_type
|
| osm_type | category | type
|
||||||
| tiger
|
| way | place | house
|
||||||
|
|
||||||
@Tiger
|
@Tiger
|
||||||
Scenario: No TIGER house number for zoom < 18
|
Scenario: No TIGER house number for zoom < 18
|
||||||
|
|||||||
Reference in New Issue
Block a user