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": [ |       "options": [ | ||||||
|         { |         { | ||||||
|           "question": { |           "question": { | ||||||
|             "en": "persons", |             "en": "All capacities", | ||||||
|             "de": "Personen" |             "de": "Personen" | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "question": { |           "question": { | ||||||
|             "en": "1-20" |             "en": "Capacity between 1 and 20 persons" | ||||||
|           }, |           }, | ||||||
|           "osmTags": { |           "osmTags": { | ||||||
|             "and": [ |             "and": [ | ||||||
|  | @ -195,8 +195,9 @@ | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "question": { |           "question": { | ||||||
|             "en": "21-50" |             "en": "Capacity between 21 and 50 persons" | ||||||
|           }, |           }, | ||||||
|  | 
 | ||||||
|           "osmTags": { |           "osmTags": { | ||||||
|             "and": [ |             "and": [ | ||||||
|               "capacity:persons>=21", |               "capacity:persons>=21", | ||||||
|  | @ -206,7 +207,7 @@ | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "question": { |           "question": { | ||||||
|             "en": "51-100" |             "en": "Capacity between 51 and 100 persons" | ||||||
|           }, |           }, | ||||||
|           "osmTags": { |           "osmTags": { | ||||||
|             "and": [ |             "and": [ | ||||||
|  | @ -217,7 +218,7 @@ | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "question": { |           "question": { | ||||||
|             "en": "101-200" |             "en": "Capacity between 101 and 200 persons" | ||||||
|           }, |           }, | ||||||
|           "osmTags": { |           "osmTags": { | ||||||
|             "and": [ |             "and": [ | ||||||
|  | @ -228,7 +229,7 @@ | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "question": { |           "question": { | ||||||
|             "en": "201-500" |             "en": "Capacity between 201 and 500 persons" | ||||||
|           }, |           }, | ||||||
|           "osmTags": { |           "osmTags": { | ||||||
|             "and": [ |             "and": [ | ||||||
|  | @ -239,7 +240,7 @@ | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|           "question": { |           "question": { | ||||||
|             "en": "500+" |             "en": "Capacity over 500 persons" | ||||||
|           }, |           }, | ||||||
|           "osmTags": "capacity:persons>=501" |           "osmTags": "capacity:persons>=501" | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
|  | @ -2212,25 +2212,25 @@ | ||||||
|             "0": { |             "0": { | ||||||
|                 "options": { |                 "options": { | ||||||
|                     "0": { |                     "0": { | ||||||
|                         "question": "persons" |                         "question": "All capacities" | ||||||
|                     }, |                     }, | ||||||
|                     "1": { |                     "1": { | ||||||
|                         "question": "1-20" |                         "question": "Capacity between 1 and 20 persons" | ||||||
|                     }, |                     }, | ||||||
|                     "2": { |                     "2": { | ||||||
|                         "question": "21-50" |                         "question": "Capacity between 21 and 50 persons" | ||||||
|                     }, |                     }, | ||||||
|                     "3": { |                     "3": { | ||||||
|                         "question": "51-100" |                         "question": "Capacity between 51 and 100 persons" | ||||||
|                     }, |                     }, | ||||||
|                     "4": { |                     "4": { | ||||||
|                         "question": "101-200" |                         "question": "Capacity between 101 and 200 persons" | ||||||
|                     }, |                     }, | ||||||
|                     "5": { |                     "5": { | ||||||
|                         "question": "201-500" |                         "question": "Capacity between 201 and 500 persons" | ||||||
|                     }, |                     }, | ||||||
|                     "6": { |                     "6": { | ||||||
|                         "question": "500+" |                         "question": "Capacity over 500 persons" | ||||||
|                     }, |                     }, | ||||||
|                     "7": { |                     "7": { | ||||||
|                         "question": "?" |                         "question": "?" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue