X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ac29f8bc91ec69cf6695ffc8118292b1cccce1e4..ec8963f3d2e18a197aee8576889400fb058150d3:/test/bdd/api/reverse/simple.feature diff --git a/test/bdd/api/reverse/simple.feature b/test/bdd/api/reverse/simple.feature index ecaca483..ccd0becd 100644 --- a/test/bdd/api/reverse/simple.feature +++ b/test/bdd/api/reverse/simple.feature @@ -11,6 +11,8 @@ Feature: Simple Reverse Tests Then the result is valid json When sending jsonv2 reverse coordinates , Then the result is valid json + When sending geojson reverse coordinates , + Then the result is valid geojson When sending html reverse coordinates , Then the result is valid html @@ -42,6 +44,14 @@ Feature: Simple Reverse Tests | param | value | | | | Then the result is valid json + When sending geojson reverse coordinates 53.603,10.041 + | param | value | + | | | + Then the result is valid geojson + When sending geocodejson reverse coordinates 53.603,10.041 + | param | value | + | | | + Then the result is valid geocodejson Examples: | parameter | value | @@ -60,12 +70,13 @@ Feature: Simple Reverse Tests When sending reverse coordinates 67.3245,0.456 | json_callback | | foo | - Then the result is valid json + Then the result is valid Examples: - | format | - | json | - | jsonv2 | + | format | outformat | + | json | json | + | jsonv2 | json | + | geojson | geojson | Scenario Outline: Boundingbox is returned When sending reverse coordinates 14.62,108.1 @@ -77,6 +88,7 @@ Feature: Simple Reverse Tests | format | | json | | jsonv2 | + | geojson | | xml | Scenario Outline: Reverse-geocoding with zoom @@ -89,6 +101,7 @@ Feature: Simple Reverse Tests | format | | json | | jsonv2 | + | geojson | | html | | xml |