mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Merge pull request #7159 from sguinetti/2.x
Update address & phone formats in Peru
This commit is contained in:
@@ -160,6 +160,24 @@
|
||||
"housenumber": 0.3,
|
||||
"neighbourhood": 0.5,
|
||||
"city": 0.5
|
||||
},
|
||||
{
|
||||
"countryCodes": ["pe"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood"],
|
||||
["city", "state", "postcode"]
|
||||
],
|
||||
"dropdowns": [
|
||||
"street", "neighbourhood", "city", "state", "postcode"
|
||||
],
|
||||
"widths": {
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"city": 0.4,
|
||||
"state": 0.4,
|
||||
"postcode": 0.2,
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"ms": "+1-664-555-1234",
|
||||
"nl": "+31 42 123 4567",
|
||||
"no": "+47 22 12 34 56",
|
||||
"pe": "+51 1 1234567",
|
||||
"pl": "+48 42 123 4567",
|
||||
"pr": "+1-787-555-1234",
|
||||
"pt": "+351 211 123456",
|
||||
|
||||
Reference in New Issue
Block a user