Add filter in statistics to see only changesets which add an image

This commit is contained in:
Pieter Vander Vennet 2023-01-10 14:04:54 +01:00
parent b330ae900c
commit eba31ad3d4
2 changed files with 23 additions and 1 deletions

View file

@ -498,6 +498,17 @@
} }
] ]
}, },
{
"id": "added-image",
"options": [
{
"osmTags": "add-image>0",
"question": {
"en": "Changeset added at least one image"
}
}
]
},
{ {
"id": "locale-filter", "id": "locale-filter",
"options": [ "options": [

View file

@ -200,6 +200,17 @@
} }
] ]
}, },
{
"id": "added-image",
"options": [
{
"osmTags": "add-image>0",
"question":{
"en": "Changeset added at least one image"
}
}
]
},
{ {
"id": "locale-filter", "id": "locale-filter",
"options": [ "options": [
@ -271,4 +282,4 @@
} }
} }
] ]
} }