X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0d9fe6e49c3cee131d2fd0c2c0ad2e59065621f9..667197a47e6feaa7c336f6d857f10685ee85b8d9:/test/bdd/api/reverse/queries.feature diff --git a/test/bdd/api/reverse/queries.feature b/test/bdd/api/reverse/queries.feature index 303af2c3..37abb22d 100644 --- a/test/bdd/api/reverse/queries.feature +++ b/test/bdd/api/reverse/queries.feature @@ -1,20 +1,37 @@ +@SQLITE @APIDB Feature: Reverse geocoding Testing the reverse function + Scenario Outline: Simple reverse-geocoding with no results + When sending v1/reverse at , + Then exactly 0 results are returned + + Examples: + | lat | lon | + | 0.0 | 0.0 | + | -34.830 | -56.105 | + | 45.174 | -103.072 | + | 21.156 | -12.2744 | + | 91.3 | 0.4 | + | -700 | 0.4 | + | 0.2 | 324.44 | + | 0.2 | -180.4 | + + @Tiger Scenario: TIGER house number - When sending jsonv2 reverse coordinates 32.4752389363,-86.4810198619 + When sending v1/reverse at 32.4752389363,-86.4810198619 Then results contain - | osm_type | category | type | - | way | place | house | + | category | type | + | place | house | And result addresses contain | house_number | road | postcode | country_code | - | 697 | Upper Kingston Road | 36067 | us | + | 707 | Upper Kingston Road | 36067 | us | @Tiger Scenario: No TIGER house number for zoom < 18 - When sending jsonv2 reverse coordinates 32.4752389363,-86.4810198619 + When sending v1/reverse at 32.4752389363,-86.4810198619 | zoom | | 17 | Then results contain @@ -25,7 +42,7 @@ Feature: Reverse geocoding | Upper Kingston Road | 30607 | us | Scenario: Interpolated house number - When sending jsonv2 reverse coordinates 47.118533,9.57056562 + When sending v1/reverse at 47.118533,9.57056562 Then results contain | osm_type | category | type | | way | place | house | @@ -34,20 +51,20 @@ Feature: Reverse geocoding | 1019 | Grosssteg | Scenario: Address with non-numerical house number - When sending jsonv2 reverse coordinates 47.107465,9.52838521614 + When sending v1/reverse at 47.107465,9.52838521614 Then result addresses contain | house_number | road | | 39A/B | Dorfstrasse | Scenario: Address with numerical house number - When sending jsonv2 reverse coordinates 47.168440329479594,9.511551699184338 + When sending v1/reverse at 47.168440329479594,9.511551699184338 Then result addresses contain | house_number | road | | 6 | Schmedgässle | Scenario Outline: Zoom levels below 5 result in country - When sending jsonv2 reverse coordinates 47.16,9.51 + When sending v1/reverse at 47.16,9.51 | zoom | | | Then results contain @@ -63,7 +80,7 @@ Feature: Reverse geocoding | 4 | Scenario: When on a street, the closest interpolation is shown - When sending jsonv2 reverse coordinates 47.118457166193245,9.570678289621355 + When sending v1/reverse at 47.118457166193245,9.570678289621355 | zoom | | 18 | Then results contain @@ -72,7 +89,7 @@ Feature: Reverse geocoding # github 2214 Scenario: Interpolations do not override house numbers when they are closer - When sending jsonv2 reverse coordinates 47.11778,9.57255 + When sending v1/reverse at 47.11778,9.57255 | zoom | | 18 | Then results contain @@ -80,7 +97,7 @@ Feature: Reverse geocoding | 5, Grosssteg, Steg, Triesenberg, Oberland, 9497, Liechtenstein | Scenario: Interpolations do not override house numbers when they are closer (2) - When sending jsonv2 reverse coordinates 47.11834,9.57167 + When sending v1/reverse at 47.11834,9.57167 | zoom | | 18 | Then results contain @@ -88,7 +105,7 @@ Feature: Reverse geocoding | 3, Grosssteg, Sücka, Triesenberg, Oberland, 9497, Liechtenstein | Scenario: When on a street with zoom 18, the closest housenumber is returned - When sending jsonv2 reverse coordinates 47.11755503977281,9.572722250405036 + When sending v1/reverse at 47.11755503977281,9.572722250405036 | zoom | | 18 | Then result addresses contain