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
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:
Where a tag in
osm_tagswhose value isNone/nullwill be removed if present.Additional Info
No response