+ Scenario Outline: Reverse Geocoding in geojson format contains no non-geojson geometry
+ When sending geojson reverse coordinates 47.165989816710066,9.515774846076965
+ | polygon_text | polygon | polygon_svg | polygon_geokml |
+ | 1 | 1 | 1 | 1 |
+ Then result 0 has not attributes <response_attribute>
+
+ Examples:
+ | response_attribute |
+ | geotext |
+ | polygonpoints |
+ | svg |
+ | geokml |