Switched to Nominatim api for now

This commit is contained in:
Christian Schwarz
2014-06-09 20:22:56 +02:00
parent b8ec19356f
commit 13c1711d68
3 changed files with 18 additions and 21 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
"format": [["number", "street"], ["city", "postcode"]]
},
{
"countryCodes": ["GB"],
"countryCodes": ["gb"],
"format": [["housename"], ["number", "street"], ["city", "postcode"]]
},
{
"countryCodes": ["AT", "CH", "DE"],
"countryCodes": ["at", "ch", "de"],
"format": [["street", "number"], ["postcode", "city"]]
}
]