mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-29 19:29:35 +02:00
108 lines
3.2 KiB
JSON
108 lines
3.2 KiB
JSON
{
|
|
"dataAddressFormats": [
|
|
{
|
|
"format": [
|
|
["housenumber", "street"],
|
|
["city", "postcode"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["gb"],
|
|
"format": [
|
|
["housename"],
|
|
["housenumber", "street"],
|
|
["city", "postcode"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["ie"],
|
|
"format": [
|
|
["housename"],
|
|
["housenumber", "street"],
|
|
["city"],
|
|
["postcode"]
|
|
]
|
|
},
|
|
{
|
|
"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"],
|
|
"format": [
|
|
["street", "housenumber"],
|
|
["postcode", "city"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["fr", "lu", "mo"],
|
|
"format": [
|
|
["housenumber", "street"],
|
|
["postcode", "city"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["br"],
|
|
"format": [
|
|
["street"],
|
|
["housenumber", "suburb"],
|
|
["city", "postcode"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["vn"],
|
|
"format": [
|
|
["housenumber", "street"],
|
|
["subdistrict"],
|
|
["district"],
|
|
["city"],
|
|
["province", "postcode"]
|
|
],
|
|
"customPlaceholders": ["subdistrict", "district", "city"]
|
|
},
|
|
{
|
|
"countryCodes": ["us"],
|
|
"format": [
|
|
["housenumber", "street"],
|
|
["city", "state", "postcode"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["ca"],
|
|
"format": [
|
|
["housenumber", "street"],
|
|
["city", "province", "postcode"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["tw"],
|
|
"format": [
|
|
["postcode", "city", "district"],
|
|
["place", "street"],
|
|
["housenumber", "floor"]
|
|
]
|
|
},
|
|
{
|
|
"countryCodes": ["jp"],
|
|
"format": [
|
|
["postcode", "province", "county"],
|
|
["city", "suburb"],
|
|
["quarter", "neighbourhood"],
|
|
["block_number", "housenumber"]
|
|
],
|
|
"customPlaceholders": ["province", "county", "city", "suburb", "quarter", "neighbourhood", "block_number", "housenumber"],
|
|
"dropdowns": ["postcode", "province", "county", "city", "suburb", "quarter", "neighbourhood", "block_number"],
|
|
"widths": {
|
|
"postcode": 0.3, "province": 0.35, "county": 0.35,
|
|
"city": 0.65, "suburb": 0.35,
|
|
"quarter": 0.5, "neighbourhood": 0.5,
|
|
"block_number": 0.5
|
|
}
|
|
},
|
|
{
|
|
"countryCodes": ["tr"],
|
|
"format": [
|
|
["neighbourhood"],
|
|
["street", "housenumber"],
|
|
["postcode", "district", "city"]
|
|
]
|
|
}
|
|
]
|
|
}
|