| 
									
										
										
										
											2021-07-22 11:29:09 +02:00
										 |  |  | import { AndOrTagConfigJson } from "./TagConfigJson"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export default interface FilterConfigJson { | 
					
						
							|  |  |  |   /** | 
					
						
							|  |  |  |    * The options for a filter | 
					
						
							|  |  |  |    * If there are multiple options these will be a list of radio buttons | 
					
						
							|  |  |  |    * If there is only one option this will be a checkbox | 
					
						
							|  |  |  |    * Filtering is done based on the given osmTags that are compared to the objects in that layer. | 
					
						
							|  |  |  |    */ | 
					
						
							| 
									
										
										
										
											2021-07-27 17:00:05 +02:00
										 |  |  |   options: { question: string | any; osmTags?: AndOrTagConfigJson | string }[]; | 
					
						
							| 
									
										
										
										
											2021-07-22 11:29:09 +02:00
										 |  |  | } |