update address format in Bolivia

This commit is contained in:
Marco Antonio
2019-12-21 02:23:12 -04:00
committed by Quincy Morgan
parent 66d5b5d0d1
commit 2216ed6a8b

View File

@@ -148,6 +148,19 @@
"street": 0.7,
"housenumber": 0.3
}
},
{
"countryCodes": ["bo"],
"format": [
["street", "housenumber"],
["neighbourhood", "city"]
],
"widths": {
"street": 0.7,
"housenumber": 0.3,
"neighbourhood": 0.5,
"city": 0.5
}
}
]
}