Merge pull request #4301 from manfredbrandl/master

remove addr:unit from address fields for Germany, Austria and Switzerland
This commit is contained in:
Bryan Housel
2017-09-07 10:04:35 -04:00
committed by GitHub
+11 -4
View File
@@ -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"],