diff --git a/CHANGELOG.md b/CHANGELOG.md index 767534da1..38e5b5d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/data/address_formats.json b/data/address_formats.json index 0e0c8055f..ea4bf3bd2 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -78,6 +78,14 @@ ["postcode", "city"] ] }, + { + "countryCodes": ["nz"], + "format": [ + ["housenumber", "street"], + ["suburb"], + ["city", "postcode"] + ] + }, { "countryCodes": ["br"], "format": [