Then the result is valid json
When sending geojson reverse coordinates <lat>,<lon>
Then the result is valid geojson
- When sending html reverse coordinates <lat>,<lon>
- Then the result is valid html
Examples:
| lat | lon |
| param | value |
| <parameter> | <value> |
Then the result is valid xml
- When sending html reverse coordinates 53.603,10.041
- | param | value |
- | <parameter> | <value> |
- Then the result is valid html
When sending xml reverse coordinates 53.603,10.041
| param | value |
| <parameter> | <value> |
| param | value |
| <parameter> | <value> |
Then the result is valid geojson
+ When sending geocodejson reverse coordinates 53.603,10.041
+ | param | value |
+ | <parameter> | <value> |
+ Then the result is valid geocodejson
Examples:
| parameter | value |
- | polygon | 1 |
- | polygon | 0 |
| polygon_text | 1 |
| polygon_text | 0 |
| polygon_kml | 1 |
Scenario Outline: Boundingbox is returned
When sending <format> reverse coordinates 14.62,108.1
| zoom |
- | 4 |
+ | 8 |
Then result has bounding box in 9,20,102,113
Examples:
| json |
| jsonv2 |
| geojson |
- | html |
| xml |
Scenario: Missing lon parameter