mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-30 15:38:27 +02:00
Include addr:housename in the address format for Bolivia (#10728)
This commit is contained in:
committed by
GitHub
parent
33c68064a6
commit
dbcc219c24
@@ -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
|
||||
|
||||
@@ -193,10 +193,12 @@
|
||||
{
|
||||
"countryCodes": ["bo"],
|
||||
"format": [
|
||||
["housename"],
|
||||
["street", "housenumber"],
|
||||
["neighbourhood", "city"]
|
||||
],
|
||||
"widths": {
|
||||
"housename": 1,
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"neighbourhood": 0.5,
|
||||
|
||||
Reference in New Issue
Block a user