From b59526396e03d3c78f61f5b2e50bbcfd6df83f2a Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 14 Nov 2023 09:17:34 +0100 Subject: [PATCH] replace non-standard addr:barangay with addr:district --- data/address_formats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/address_formats.json b/data/address_formats.json index 4177501e1d..9e775666ec 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -241,7 +241,7 @@ "countryCodes": ["ph"], "format": [ ["unit", "housename", "housenumber", "street"], - ["neighbourhood", "barangay", "city"], + ["neighbourhood", "district", "city"], ["postcode", "province"] ] },