Skip to content

Commit a050706

Browse files
fix: hide city and postal code field in editor for french contribution openstreetmap#10836
I’ve removed the and fields for and as requested in openstreetmap#10836 to hide them from the iD editor. This reduces redundancy since boundary relations can infer these values.
1 parent bae2d67 commit a050706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data/address_formats.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
{
6868
"countryCodes": ["fr", "lu"],
6969
"format": [
70-
["housenumber", "street+place"],
71-
["postcode", "city"]
70+
["housenumber", "street+place"]
7271
]
7372
},
7473
{

0 commit comments

Comments
 (0)