mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Merge remote-tracking branch 'k-yle/nz-address-format' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -78,6 +78,14 @@
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["nz"],
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["suburb"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["br"],
|
||||
"format": [
|
||||
|
||||
Reference in New Issue
Block a user