forked from MapComplete/MapComplete
Statistics: add filters for platform
This commit is contained in:
parent
8658d34344
commit
3eb36b1190
1 changed files with 42 additions and 0 deletions
|
@ -182,6 +182,26 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "platform",
|
||||||
|
"question": {
|
||||||
|
"en": "With what platform was the change made?"
|
||||||
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "android=",
|
||||||
|
"then": {
|
||||||
|
"en": "Made on the web"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "android=yes",
|
||||||
|
"then": {
|
||||||
|
"en": "Made with the android app"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "version",
|
"id": "version",
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -403,6 +423,28 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "platform",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "All platforms"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "Made with Android"
|
||||||
|
},
|
||||||
|
"osmTags": "android=yes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "Made on the web"
|
||||||
|
},
|
||||||
|
"osmTags": "android="
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "added-image",
|
"id": "added-image",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue