From 619417c020a44ac57454c45c823b7d008bb9454a Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 23 Dec 2019 21:34:45 -0500 Subject: [PATCH] Add peruvian address for urban and rural areas --- data/address-formats.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/address-formats.json b/data/address-formats.json index ec30fb291..8790a6779 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -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, + } } } ]