mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-19 11:02:19 +03:00
6727c36298
fixes #269
14 lines
430 B
Gherkin
14 lines
430 B
Gherkin
Feature: Reverse lookup by ID
|
|
Testing reverse geocoding via OSM ID
|
|
|
|
# see github issue #269
|
|
Scenario: Get address of linked places
|
|
Given the request parameters
|
|
| osm_type | osm_id
|
|
| N | 151421301
|
|
When sending an API call reverse
|
|
Then exactly 1 result is returned
|
|
And result addresses contain
|
|
| county | state
|
|
| Pratt County | Kansas
|