diff --git a/data/address-formats.json b/data/address-formats.json index 0589f566b..0c7cd0f19 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -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"],