forked from MapComplete/MapComplete
		
	Themes(aed): add more filters
This commit is contained in:
		
							parent
							
								
									02e514f260
								
							
						
					
					
						commit
						4f0b1c198e
					
				
					 4 changed files with 66 additions and 1 deletions
				
			
		|  | @ -671,7 +671,9 @@ | |||
|   ], | ||||
|   "filter": [ | ||||
|     "has_image", | ||||
|     "open_now" | ||||
|     "public_access", | ||||
|     "open_now", | ||||
|     "wheelchair_accessible" | ||||
|   ], | ||||
|   "deletion": { | ||||
|     "softDeletionTags": { | ||||
|  |  | |||
|  | @ -452,6 +452,41 @@ | |||
|           "osmTags": "indoor_seating=yes" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "public_access", | ||||
|       "options": [ | ||||
|         { | ||||
|           "question": { | ||||
|             "en": "Open to the public", | ||||
|             "nl": "Publiek toegankelijk" | ||||
|           }, | ||||
|           "osmTags": { | ||||
|             "or": [ | ||||
|               "access=yes", | ||||
|               "access=public", | ||||
|               "access=permissive" | ||||
|             ] | ||||
|           } | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "wheelchair_accessible", | ||||
|       "options": [ | ||||
|         { | ||||
|           "question": { | ||||
|             "en": "Accessible to wheelchair users", | ||||
|             "nl": "Toegankelijk voor rolstoelgebruikers" | ||||
|           }, | ||||
|           "osmTags": { | ||||
|             "or": [ | ||||
|               "wheelchair=yes", | ||||
|               "wheelchair=designated" | ||||
|             ] | ||||
|           } | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "allowMove": false | ||||
|  |  | |||
|  | @ -5221,6 +5221,20 @@ | |||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             "18": { | ||||
|                 "options": { | ||||
|                     "0": { | ||||
|                         "question": "Open to the public" | ||||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             "19": { | ||||
|                 "options": { | ||||
|                     "0": { | ||||
|                         "question": "Accessible to wheelchair users" | ||||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             "2": { | ||||
|                 "options": { | ||||
|                     "0": { | ||||
|  |  | |||
|  | @ -4883,6 +4883,20 @@ | |||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             "18": { | ||||
|                 "options": { | ||||
|                     "0": { | ||||
|                         "question": "Publiek toegankelijk" | ||||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             "19": { | ||||
|                 "options": { | ||||
|                     "0": { | ||||
|                         "question": "Toegankelijk voor rolstoelgebruikers" | ||||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             "2": { | ||||
|                 "options": { | ||||
|                     "0": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue