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

Generalize wikidata field #85

Open
tyrasd opened this issue Feb 1, 2023 · 1 comment
Open

Generalize wikidata field #85

tyrasd opened this issue Feb 1, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@tyrasd
Copy link
Collaborator

tyrasd commented Feb 1, 2023

from openstreetmap/id-tagging-schema#769 (comment):

I think we should think about a better solution, e.g. involving an improved "wikidata" field which can directly work on a tag-triplet, e.g. operator + operator:wikidata + operator:wikipedia.

A possible definition:

{
    "key": "operator",
    "keys": [
        "operator:wikidata",
        "operator:wikipedia"
    ],
    "type": "text+wikidata",
    "label": "Operator"
}

see also openstreetmap/id-tagging-schema#168

@tyrasd tyrasd added this to the v7 milestone Feb 1, 2023
@1ec5
Copy link

1ec5 commented Feb 1, 2023

This is related to the idea of grouping semantically related fields together: openstreetmap/iD#8104. The advantage to special-casing the Wikidata/Wikipedia triplet, as opposed to a more general solution, is that iD can more confidently unlock such a field. The reason for locking them in the first place was the risk that the individual tags would get out of sync.

@tyrasd tyrasd added the enhancement New feature or request label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants