mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-07 23:43:54 +02:00
Add "addr:town" to address keys
Required for https://github.com/openstreetmap/iD/pull/10674, and partially addresses the issue reported in https://github.com/openstreetmap/iD/issues/10739
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"addr:street",
|
||||
"addr:subdistrict",
|
||||
"addr:suburb",
|
||||
"addr:town",
|
||||
"addr:unit"
|
||||
],
|
||||
"label": "Address",
|
||||
@@ -61,6 +62,7 @@
|
||||
"subdistrict!vn": "Ward/Commune/Townlet",
|
||||
"suburb": "Suburb",
|
||||
"suburb!jp": "Ward (政令市)",
|
||||
"town": "Town",
|
||||
"unit": "Unit"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user