Skip to content

Commit

Permalink
Merge pull request #1 from althio/althio-patch-addr_unit
Browse files Browse the repository at this point in the history
remove addr:unit field for gb, ie, si, tr
  • Loading branch information
althio authored Jan 9, 2018
2 parents 239bc8f + b1df1ca commit 9ca0565
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/address-formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"countryCodes": ["gb"],
"format": [
["housename"],
["housenumber", "street", "unit"],
["housenumber", "street"],
["city", "postcode"]
]
},
{
"countryCodes": ["ie"],
"format": [
["housename"],
["housenumber", "street", "unit"],
["housenumber", "street"],
["city"],
["postcode"]
]
},
{
"countryCodes": ["at", "ch", "de"],
"countryCodes": ["at", "ch", "de", "si"],
"format": [
["street", "housenumber"],
["postcode", "city"]
Expand All @@ -34,11 +34,11 @@
"countryCodes": [
"ad", "ba", "be", "cz", "dk", "es",
"fi", "gr", "hr", "is", "it", "li",
"nl", "no", "pt", "se", "si", "sk",
"sm", "va"
"nl", "no", "pt", "se", "sk", "sm",
"va"
],
"format": [
["unit","street", "housenumber"],
["street", "housenumber", "unit"],
["postcode", "city"]
]
},
Expand Down Expand Up @@ -122,7 +122,7 @@
"countryCodes": ["tr"],
"format": [
["neighbourhood"],
["street", "housenumber", "unit"],
["street", "housenumber"],
["postcode", "district", "city"]
]
},
Expand Down

0 comments on commit 9ca0565

Please sign in to comment.