Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hard-coded list of output name tags configurable #3416

Open
lonvia opened this issue May 9, 2024 · 2 comments · May be fixed by #3486
Open

Make hard-coded list of output name tags configurable #3416

lonvia opened this issue May 9, 2024 · 2 comments · May be fixed by #3486

Comments

@lonvia
Copy link
Member

lonvia commented May 9, 2024

Which name is chosen for a place is currently determined from a hard-coded list of tag names at

self._add_lang_tags('name')

This list should become configurable. The current hard-coded list should then get a config option like:

NOMINATIM_OUTPUT_NAMES = name:XX,name,brand,official_name:XX,short_name:XX,official_name,shirt_name,ref
@kitsiosvas
Copy link

kitsiosvas commented Sep 14, 2024

Hello @lonvia , is this issue still relevant? Would like to contribute if so

@mtmail
Copy link
Collaborator

mtmail commented Sep 14, 2024

@kitsiosvas Two other user already started, you can see their PRs and our comments to them. #3451 and #3486. So far the situation is that the users didn't understand the task and started coding, which likely won't be successful.

I'd suggest to look at #235 instead. Let us know if you have questions on that issue page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants