[formatting] Adding configs for a few dozen countries mapping OSM admin level to an address formatter field

This commit is contained in:
Al
2015-11-17 11:42:26 -05:00
parent 946bce1cb9
commit 470bd17c07
93 changed files with 890 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"admin_level": {
"6": "country",
"7": "state",
"8": "city",
"9": "city_district",
"10": "suburb"
}
}