forked from MapComplete/MapComplete
		
	Finetuning of the filter functionality
This commit is contained in:
		
							parent
							
								
									31d2bd83b9
								
							
						
					
					
						commit
						79569f5119
					
				
					 17 changed files with 219 additions and 309 deletions
				
			
		
							
								
								
									
										9
									
								
								Models/FilteredLayer.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Models/FilteredLayer.ts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | |||
| import {UIEventSource} from "../Logic/UIEventSource"; | ||||
| import {TagsFilter} from "../Logic/Tags/TagsFilter"; | ||||
| import LayerConfig from "../Customizations/JSON/LayerConfig"; | ||||
| 
 | ||||
| export default interface FilteredLayer { | ||||
|     readonly isDisplayed: UIEventSource<boolean>; | ||||
|     readonly appliedFilters: UIEventSource<TagsFilter>; | ||||
|     readonly layerDef: LayerConfig; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue