Skip to content

Add possibility to unset a tag in the question catalog definition #270

Description

@wielandb

Idea

It would be great if it would be possible to define the answer to a question in a way that some tag gets removed if it is set.

Bug Relation

No response

Implementation

The JSON could look like this:

      {
          "name": "Example answer",
          "osm_tags": {
            "exampleTag": "exampleValue",
            "tagThatShouldBeRemoved": None
          }
      },

Where a tag in osm_tags whose value is None/null will be removed if present.

Additional Info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions