mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Added address format for Mexico (#9928)
* Added address format for Mexico * omit "district": not currently used significantly see http://taginfo.geofabrik.de/north-america:mexico/search?q=addr%3A#keys --------- Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -212,6 +212,14 @@
|
||||
"postcode": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["mx"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood"],
|
||||
["postcode", "city", "state"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["lv"],
|
||||
"format": [
|
||||
|
||||
Reference in New Issue
Block a user