forked from MapComplete/MapComplete
Add filter in statistics to see only changesets which add an image
This commit is contained in:
parent
b330ae900c
commit
eba31ad3d4
2 changed files with 23 additions and 1 deletions
|
@ -498,6 +498,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "added-image",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "add-image>0",
|
||||
"question": {
|
||||
"en": "Changeset added at least one image"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "locale-filter",
|
||||
"options": [
|
||||
|
|
|
@ -200,6 +200,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "added-image",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "add-image>0",
|
||||
"question":{
|
||||
"en": "Changeset added at least one image"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "locale-filter",
|
||||
"options": [
|
||||
|
@ -271,4 +282,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue