mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 17:37:49 +02:00
Added address format for Indonesia (#9925)
* Added address format for Indonesia * split into two lines for space reasons --------- Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -12,6 +12,15 @@
|
||||
["suburb", "state", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["id"],
|
||||
"format": [
|
||||
["unit", "housename"],
|
||||
["street", "housenumber", "neighbourhood"],
|
||||
["subdistrict", "district"],
|
||||
["city", "province", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["gb"],
|
||||
"format": [
|
||||
|
||||
Reference in New Issue
Block a user