mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-08 04:11:23 +00:00
Added Vietnamese address format
Accounts for both rural and urban address formats.
This commit is contained in:
@@ -13,5 +13,9 @@
|
||||
{
|
||||
"countryCodes": ["br"],
|
||||
"format": [["street"], ["housenumber", "suburb"], ["city", "postcode"]]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["vn"],
|
||||
"format": [["housenumber", "street"], ["subdistrict", "district"], ["suburb", "city"], ["province", "postcode"]]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user