osmbot
osmbot copied to clipboard
Setting: Set preferred language for Nominatim search results
Could be a good idea that the user could make a list of preferred languages to show Nominatim results. The value of OSM tag «name» it's a problem for me if I'm searching sites in China or Russia.

Example of configuration:
- First language to show: Catalan (name:ca)
- If not: Spanish (name:es)
- If not: English (name:en)
Approximation to the solution (old commits):
- https://github.com/Xevib/osmbot/commit/31ab6eba7f32ec271d4a2d7b458ec4b837ba2a66
- https://github.com/Xevib/osmbot/commit/0aef0efbf8bdf2022e033d14a9494d2887b6ba48
That's also a very important improvement to the bot's results. If I search for something I need to be able to understand the results, so a list of preferred languages could be a very good solution.