Merge remote-tracking branch 'k-yle/nz-address-format' into develop

This commit is contained in:
Martin Raifer
2024-02-28 14:38:09 +01:00
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -44,11 +44,14 @@ _Breaking developer changes, which may affect downstream projects or sites that
#### :white_check_mark: Validation
#### :bug: Bugfixes
#### :earth_asia: Localization
* Add address format for New Zealand ([#10123], thanks [@k-yle])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
#### :hammer: Development
[#10123]: https://github.com/openstreetmap/iD/pull/10123
# 2.28.0
##### 2024-Feb-28
+8
View File
@@ -78,6 +78,14 @@
["postcode", "city"]
]
},
{
"countryCodes": ["nz"],
"format": [
["housenumber", "street"],
["suburb"],
["city", "postcode"]
]
},
{
"countryCodes": ["br"],
"format": [