Skip to content

Commit a12a1fe

Browse files
committed
Add "addr:town" to address keys
Required for openstreetmap/iD#10674, and partially addresses the issue reported in https://github.com/openstreetmap/iD/issues/10739
1 parent 3abf5ee commit a12a1fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/fields/address.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"addr:street",
2424
"addr:subdistrict",
2525
"addr:suburb",
26+
"addr:town",
2627
"addr:unit"
2728
],
2829
"label": "Address",
@@ -61,6 +62,7 @@
6162
"subdistrict!vn": "Ward/Commune/Townlet",
6263
"suburb": "Suburb",
6364
"suburb!jp": "Ward (政令市)",
65+
"town": "Town",
6466
"unit": "Unit"
6567
}
6668
},

0 commit comments

Comments
 (0)