Hi I'm trying to do a query for locations (City, Street, etc.) with suggestions, just like the search boxes at google maps, openstreetmap.org or the search box on the http://overpass-turbo.eu/ site.
Can anyone help me out?
What I did so far, was this query, but I think it's the wrong approach because it's very slow and the results are bad...
[out:json];
node
["name"~"Berlin"]
["place"~"city|village|town"];
out body;