+
+ Scenario Outline: Boundingbox is returned
+ When sending <format> lookup query for N5484325405,W43327921
+ Then exactly 2 results are returned
+ And result 0 has bounding box in 47.135,47.14,9.52,9.525
+ And result 1 has bounding box in 47.07,47.08,9.50,9.52
+
+ Examples:
+ | format |
+ | json |
+ | jsonv2 |
+ | geojson |
+ | xml |