X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a97808afec9e40f7178f8cabf0b4b274037abfb1..f6b5565db6ed86f353c483f4f5b61a3abaa497d9:/tests/features/api/reverse.feature diff --git a/tests/features/api/reverse.feature b/tests/features/api/reverse.feature index f8c4f388..fa636acf 100644 --- a/tests/features/api/reverse.feature +++ b/tests/features/api/reverse.feature @@ -36,3 +36,28 @@ Feature: Reverse geocoding | 0 | Kings Estate Drive | 84128 | us And result 0 has attributes osm_id,osm_type + Scenario Outline: Reverse Geocoding with extratags + Given the request parameters + | extratags + | 1 + When looking up coordinates 48.86093,2.2978 + Then result 0 has attributes extratags + + Examples: + | format + | xml + | json + | jsonv2 + + Scenario Outline: Reverse Geocoding with namedetails + Given the request parameters + | namedetails + | 1 + When looking up coordinates 48.86093,2.2978 + Then result 0 has attributes namedetails + + Examples: + | format + | xml + | json + | jsonv2