mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Switched to a custom country code service
This commit is contained in:
@@ -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"]]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user