forked from MapComplete/MapComplete
		
	refactoring(maplibre): WIP
This commit is contained in:
		
							parent
							
								
									231d67361e
								
							
						
					
					
						commit
						4d48b1cf2b
					
				
					 89 changed files with 1166 additions and 3973 deletions
				
			
		
							
								
								
									
										13
									
								
								Models/GlobalFilter.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								Models/GlobalFilter.ts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| import { Translation, TypedTranslation } from "../UI/i18n/Translation" | ||||
| import { FilterState } from "./FilteredLayer" | ||||
| import { Tag } from "../Logic/Tags/Tag" | ||||
| 
 | ||||
| export interface GlobalFilter { | ||||
|     filter: FilterState | ||||
|     id: string | ||||
|     onNewPoint: { | ||||
|         safetyCheck: Translation | ||||
|         confirmAddNew: TypedTranslation<{ preset: Translation }> | ||||
|         tags: Tag[] | ||||
|     } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue