From 6ec6c319482f666e6b3d3c459f04f8fe49f85eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt?= Date: Mon, 8 Jan 2018 15:16:11 +0100 Subject: [PATCH] Restore fr lu mo addressing addr:unit is not standard in addressing for France in France : 800 addr:unit / 4 000 000 addr:housenumber = 0,0002 (0,02%) This partly reverts https://github.com/openstreetmap/iD/pull/4235/commits/de6b4fb6a20b2a3438b4159192e2b54682fab2e5 in https://github.com/openstreetmap/iD/pull/4235 --- 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 1c644c481..491f03662 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -53,7 +53,7 @@ { "countryCodes": ["fr", "lu", "mo"], "format": [ - ["unit","housenumber", "street"], + ["housenumber", "street"], ["postcode", "city"] ] },