diff --git a/CHANGELOG.md b/CHANGELOG.md index 855a30685..6b52e354e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,8 @@ _Breaking developer changes, which may affect downstream projects or sites that * Add Ladin (language code `lld`) as an available option for multilingual names * Add 30 indigenous languages as dropdown options for multilingual names ([#10684], thanks [@k-yle]) * Add `lang`uage attributes to input fields for multilingual names, as well as wikidata and wikipedia fields ([#10716], thanks [@mapmeld]) +* Add `housename` to address format in Bolivia ([#10727]) +#### :hourglass: Performance #### :mortar_board: Walkthrough / Help * Fix walkthrough from showing tooltips on wrong location under certain circumstances ([#10650], [#10624], [#10634]) #### :rocket: Presets @@ -149,6 +151,7 @@ _Breaking developer changes, which may affect downstream projects or sites that [#10683]: https://github.com/openstreetmap/iD/issues/10683 [#10684]: https://github.com/openstreetmap/iD/pull/10684 [#10716]: https://github.com/openstreetmap/iD/pull/10716 +[#10727]: https://github.com/openstreetmap/iD/issues/10727 [@winstonsung]: https://github.com/winstonsung/ [@Nekzuris]: https://github.com/Nekzuris [@michaelabon]: https://github.com/michaelabon diff --git a/data/address_formats.json b/data/address_formats.json index e7f1f47e8..60deae617 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -193,10 +193,12 @@ { "countryCodes": ["bo"], "format": [ + ["housename"], ["street", "housenumber"], ["neighbourhood", "city"] ], "widths": { + "housename": 1, "street": 0.7, "housenumber": 0.3, "neighbourhood": 0.5,