mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
bdd: allow to set an origin of the grid
This commit is contained in:
@@ -35,9 +35,11 @@ Feature: Country handling
|
||||
| osm | display_name |
|
||||
| N1 | Wenig, Germany |
|
||||
Scenario: Pre-defined country names are used
|
||||
Given the grid with origin CH
|
||||
| 1 |
|
||||
Given the places
|
||||
| osm | class | type | name | geometry |
|
||||
| N1 | place | town | Ingb | country:ch |
|
||||
| N1 | place | town | Ingb | 1 |
|
||||
When importing
|
||||
And sending search query "Ingb"
|
||||
| accept-language |
|
||||
|
||||
Reference in New Issue
Block a user