Improve statistics page
This commit is contained in:
parent
d04132d42c
commit
6200b420b3
6 changed files with 161 additions and 198 deletions
|
@ -151,6 +151,44 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "theme-not-search",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "theme!~i~.*{search}.*",
|
||||
"fields": [
|
||||
{
|
||||
"name": "search"
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Themename does <b>not</b> contain {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "exclude_grb",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "theme!=grb",
|
||||
"question": {
|
||||
"en": "Exclude GRB theme"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "exclude_etymology",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "theme!=etymology",
|
||||
"question": {
|
||||
"en": "Exclude etymology theme"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "created_by",
|
||||
"options": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue