Skip to content

Commit

Permalink
Merge pull request #4301 from manfredbrandl/master
Browse files Browse the repository at this point in the history
remove addr:unit from address fields for Germany, Austria and Switzerland
  • Loading branch information
bhousel committed Sep 7, 2017
2 parents a75a59f + fdd6035 commit 5b9aa6b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions data/address-formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@
["postcode"]
]
},
{
"countryCodes": ["at", "ch", "de"],
"format": [
["street", "housenumber"],
["postcode", "city"]
]
},
{
"countryCodes": [
"ad", "at", "ba", "be", "ch", "cz",
"de", "dk", "es", "fi", "gr", "hr",
"is", "it", "li", "nl", "no", "pl",
"pt", "se", "si", "sk", "sm", "va"
"ad", "ba", "be", "cz", "dk", "es",
"fi", "gr", "hr", "is", "it", "li",
"nl", "no", "pl", "pt", "se", "si",
"sk", "sm", "va"
],
"format": [
["unit","street", "housenumber"],
Expand Down

0 comments on commit 5b9aa6b

Please sign in to comment.