Hi,
using the autocomplete endpoint with the parameter Luigi-Negreli-strasse from the Playground I get a response which contains whosonfirst data in german language, p.e.
“locality”: “Bozen”
If I issue the same query from a local postman running in Italy I get a response in English:
“locality”: “Botzen”
Now my question is:
According to the whosonfirst page https://github.com/whosonfirst-data/whosonfirst-data-admin-it/edit/master/data/101/751/763/101751763.geojson “Botzen” is a variant for English. Now while Botzen is an old name of the city, I would expect ORS to pick the eng_x_preferred value?
Is there a way to influence this behaviour?
Thanks!