Switched to a custom country code service

This commit is contained in:
Christian Schwarz
2014-06-05 20:30:12 +02:00
parent 5a51a6c8c2
commit 49eae8e389
7 changed files with 48 additions and 19 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
"format": [["number", "street"], ["city", "postcode"]]
},
{
"countryCodes": ["gb"],
"countryCodes": ["GB"],
"format": [["housename"], ["number", "street"], ["city", "postcode"]]
},
{
"countryCodes": ["at", "ch", "de"],
"countryCodes": ["AT", "CH", "DE"],
"format": [["street", "number"], ["postcode", "city"]]
}
]