Skip to content

Commit

Permalink
Merge remote-tracking branch 'k-yle/nz-address-format' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Feb 28, 2024
2 parents 2e552ba + 25c8620 commit aa7adc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions data/address_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
["postcode", "city"]
]
},
{
"countryCodes": ["nz"],
"format": [
["housenumber", "street"],
["suburb"],
["city", "postcode"]
]
},
{
"countryCodes": ["br"],
"format": [
Expand Down

0 comments on commit aa7adc8

Please sign in to comment.