]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/reverse/v1_json.feature
make sure the place name always comes first in output
[nominatim.git] / test / bdd / api / reverse / v1_json.feature
index 129cbf61bd62ec5729dc4f4935763b314975350f..ac3c799ed8d71c9c9956ad6bc450a1f8fa39f57a 100644 (file)
@@ -17,18 +17,18 @@ Feature: Json output for Reverse API
           | 1           | attributes     |
           | 0           | not attributes |
 
           | 1           | attributes     |
           | 0           | not attributes |
 
-    Scenario Outline: Siple OSM result
+    Scenario Outline: Simple OSM result
         When sending v1/reverse at 47.066,9.504 with format <format>
         Then result has attributes place_id
         And results contain
           | licence |
         When sending v1/reverse at 47.066,9.504 with format <format>
         Then result has attributes place_id
         And results contain
           | licence |
-          | Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright |
+          | ^Data © OpenStreetMap contributors, ODbL 1.0. https?://osm.org/copyright$ |
         And results contain
           | osm_type | osm_id     |
           | node     | 6522627624 |
         And results contain
         And results contain
           | osm_type | osm_id     |
           | node     | 6522627624 |
         And results contain
-          | lat        | lon       | boundingbox |
-          | 47.0660892 | 9.5036065 | ['47.0660392', '47.0661392', '9.5035565', '9.5036565'] |
+          | centroid             | boundingbox |
+          | 9.5036065 47.0660892 | ['47.0660392', '47.0661392', '9.5035565', '9.5036565'] |
         And results contain
           | display_name |
           | Dorfbäckerei Herrmann, 29, Gnetsch, Mäls, Balzers, Oberland, 9496, Liechtenstein |
         And results contain
           | display_name |
           | Dorfbäckerei Herrmann, 29, Gnetsch, Mäls, Balzers, Oberland, 9496, Liechtenstein |
@@ -61,8 +61,8 @@ Feature: Json output for Reverse API
           | osm_type | osm_id |
           | way      | 1      |
         And results contain
           | osm_type | osm_id |
           | way      | 1      |
         And results contain
-          | lat          | lon        | boundingbox |
-          | 47.118545392 | 9.57054676 | ['47.118495392', '47.118595392', '9.57049676', '9.57059676'] |
+          | centroid                | boundingbox |
+          | 9.57054676 47.118545392 | ^\['47.118495\d*', '47.118595\d*', '9.570496\d*', '9.570596\d*'\] |
         And results contain
           | display_name |
           | 1019, Grosssteg, Sücka, Triesenberg, Oberland, 9497, Liechtenstein |
         And results contain
           | display_name |
           | 1019, Grosssteg, Sücka, Triesenberg, Oberland, 9497, Liechtenstein |
@@ -121,7 +121,7 @@ Feature: Json output for Reverse API
           | polygon_kml | 1     |
        Then results contain
           | geokml |
           | polygon_kml | 1     |
        Then results contain
           | geokml |
-          | <LineString><coordinates>9.5039353,47.0657546 9.5040437,47.0657781 9.5040808,47.065787 9.5054298,47.0661407</coordinates></LineString> |
+          | ^<LineString><coordinates>9.5039\d*,47.0657\d* 9.5040\d*,47.0657\d* 9.5040\d*,47.065\d* 9.5054\d*,47.0661\d*</coordinates></LineString> |
 
        Examples:
           | format |
 
        Examples:
           | format |