| way | place | house |
And result addresses contain
| house_number | road | postcode | country_code |
- | 906 | West 1st Street | 57274 | us |
+ | 909 | West 1st Street | 57274 | us |
@Tiger
Scenario: No TIGER house number for zoom < 18
| way | place | house |
And result addresses contain
| house_number | road |
- | 1410 | Juan Antonio Lavalleja |
+ | 1416 | Juan Antonio Lavalleja |
Scenario: Address with non-numerical house number
When sending jsonv2 reverse coordinates 53.579805460944,9.9475670458196
Scenario: Location off the coast
When sending jsonv2 reverse coordinates 54.046489113,8.5546870529
+ Then results contain
+ | display_name |
+ | Hamburg, Deutschland |
+
+ Scenario: When slightly outside town, the town is not shown
+ When sending jsonv2 reverse coordinates -32.122,-56.114
| zoom |
- | 5 |
+ | 15 |
Then results contain
- | error |
- | Unable to geocode |
+ | display_name |
+ | Tacuarembó, Uruguay |
+
+ Scenario Outline: Zoom levels below 5 result in country
+ When sending jsonv2 reverse coordinates -33.28,-56.29
+ | zoom |
+ | <zoom> |
+ Then results contain
+ | display_name |
+ | Uruguay |
+
+ Examples:
+ | zoom |
+ | 0 |
+ | 1 |
+ | 2 |
+ | 3 |
+ | 4 |
+
+ Scenario: When on a street, the closest interpolation is shown
+ When sending jsonv2 reverse coordinates -33.2309430210215,-54.38126470020989
+ | zoom |
+ | 18 |
+ Then results contain
+ | display_name |
+ | 1429, Andrés Areguati, Treinta y Tres, 33000, Uruguay |
+
+ Scenario: When on a street with zoom 18, the closest housenumber is returned
+ When sending jsonv2 reverse coordinates 53.551826690895226,9.885258475318201
+ | zoom |
+ | 18 |
+ Then result addresses contain
+ | house_number |
+ | 33 |