-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add archipelago as top level component
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,8 @@ name: region | |
--- | ||
name: island | ||
--- | ||
name: archipelago | ||
--- | ||
name: country | ||
aliases: | ||
- country_name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
# Lisbon | ||
description: 38.74547,-9.18519 | ||
components: | ||
city: Lisbon | ||
country: Portugal | ||
country_code: pt | ||
county: Lisboa | ||
house_number: 11 | ||
postcode: 1500-203 | ||
road: Avenida Conselheiro Barjona de Freitas | ||
suburb: Benfica | ||
expected: | | ||
Avenida Conselheiro Barjona de Freitas 11 | ||
1500-203 Lisbon | ||
Portugal | ||
--- | ||
# Guest house in the Azores | ||
description: 37.74851,-25.60450 | ||
components: | ||
archipelago: Azores | ||
city: Ponta Delgada | ||
city_district: Rosto do Cão (Livramento) | ||
country: Portugal | ||
country_code: pt | ||
guest_house: Casa Do Populo | ||
house_number: 1015 | ||
neighbourhood: Livramento | ||
postcode: 9500-614 | ||
road: Rua Padre Domingos da Silva Costay | ||
state_district: São Miguel | ||
expected: | | ||
Casa Do Populo | ||
Rua Padre Domingos da Silva Costay 1015 | ||
9500-614 Ponta Delgada | ||
Azores | ||
Portugal | ||