forked from MapComplete/MapComplete
Themes(scouting): rephrase capacity filter
This commit is contained in:
parent
b953ce5457
commit
6ca055cf28
2 changed files with 15 additions and 14 deletions
|
@ -178,13 +178,13 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "persons",
|
||||
"en": "All capacities",
|
||||
"de": "Personen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "1-20"
|
||||
"en": "Capacity between 1 and 20 persons"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -195,8 +195,9 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "21-50"
|
||||
"en": "Capacity between 21 and 50 persons"
|
||||
},
|
||||
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"capacity:persons>=21",
|
||||
|
@ -206,7 +207,7 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "51-100"
|
||||
"en": "Capacity between 51 and 100 persons"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -217,7 +218,7 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "101-200"
|
||||
"en": "Capacity between 101 and 200 persons"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -228,7 +229,7 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "201-500"
|
||||
"en": "Capacity between 201 and 500 persons"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -239,7 +240,7 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "500+"
|
||||
"en": "Capacity over 500 persons"
|
||||
},
|
||||
"osmTags": "capacity:persons>=501"
|
||||
},
|
||||
|
|
|
@ -2212,25 +2212,25 @@
|
|||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "persons"
|
||||
"question": "All capacities"
|
||||
},
|
||||
"1": {
|
||||
"question": "1-20"
|
||||
"question": "Capacity between 1 and 20 persons"
|
||||
},
|
||||
"2": {
|
||||
"question": "21-50"
|
||||
"question": "Capacity between 21 and 50 persons"
|
||||
},
|
||||
"3": {
|
||||
"question": "51-100"
|
||||
"question": "Capacity between 51 and 100 persons"
|
||||
},
|
||||
"4": {
|
||||
"question": "101-200"
|
||||
"question": "Capacity between 101 and 200 persons"
|
||||
},
|
||||
"5": {
|
||||
"question": "201-500"
|
||||
"question": "Capacity between 201 and 500 persons"
|
||||
},
|
||||
"6": {
|
||||
"question": "500+"
|
||||
"question": "Capacity over 500 persons"
|
||||
},
|
||||
"7": {
|
||||
"question": "?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue