X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5d928d5187bc9853eb4f54a4ca2216bac7cc5209..c0e4a74c713f2c6b9538cbbaf0d32d5c558d0dac:/tests/features/api/reverse.feature diff --git a/tests/features/api/reverse.feature b/tests/features/api/reverse.feature index 0dcb12bd..7bd12913 100644 --- a/tests/features/api/reverse.feature +++ b/tests/features/api/reverse.feature @@ -19,19 +19,23 @@ Feature: Reverse geocoding When looking up coordinates 53.9788769,13.0830313 And results contain valid boundingboxes + Scenario: Reverse geocoding for odd interpolated housenumber + + Scenario: Reverse geocoding for even interpolated housenumber @Tiger Scenario: TIGER house number Given the request parameters | addressdetails | 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 result addresses contain | ID | house_number | road | postcode | country_code - | 0 | 7096 | Kings Estate Drive | 84128 | us - And result 0 has not attributes osm_id,osm_type - + | 0 | 709. | Kings Estate Drive | 84128 | us + And results contain + | osm_type | category | type + | way | place | house @Tiger Scenario: No TIGER house number for zoom < 18