Skip to content

Commit adb3e35

Browse files
committedNov 14, 2023
Add address format for Mexico
re: #1219, re: openstreetmap/iD#9928
1 parent 3739f79 commit adb3e35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎data/address_formats.json

+8
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@
196196
"postcode": 0.2
197197
}
198198
},
199+
{
200+
"countryCodes": ["mx"],
201+
"format": [
202+
["street", "housenumber"],
203+
["neighbourhood"],
204+
["postcode", "city", "state"]
205+
]
206+
},
199207
{
200208
"countryCodes": ["in"],
201209
"format": [

0 commit comments

Comments
 (0)
Please sign in to comment.