mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 17:20:30 +02:00
Add postcode to jp address format
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
},
|
||||
{
|
||||
"countryCodes": ["jp"],
|
||||
"format": [["province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]]
|
||||
"format": [["postcode", "province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user