forked from MapComplete/MapComplete
		
	Fix: fix statistics
This commit is contained in:
		
							parent
							
								
									0601a9df6f
								
							
						
					
					
						commit
						b61bc6de7c
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -18,6 +18,7 @@
 | 
				
			||||||
  import { DownloadIcon } from "@rgossiaux/svelte-heroicons/solid"
 | 
					  import { DownloadIcon } from "@rgossiaux/svelte-heroicons/solid"
 | 
				
			||||||
  import { GeoOperations } from "../../Logic/GeoOperations"
 | 
					  import { GeoOperations } from "../../Logic/GeoOperations"
 | 
				
			||||||
  import Filter from "../../assets/svg/Filter.svelte"
 | 
					  import Filter from "../../assets/svg/Filter.svelte"
 | 
				
			||||||
 | 
					  import { Lists } from "../../Utils/Lists"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  export let paths: string[]
 | 
					  export let paths: string[]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
import { Utils } from "../../Utils"
 | 
					 | 
				
			||||||
import { Feature, Polygon } from "geojson"
 | 
					import { Feature, Polygon } from "geojson"
 | 
				
			||||||
import { OsmFeature } from "../../Models/OsmFeature"
 | 
					import { OsmFeature } from "../../Models/OsmFeature"
 | 
				
			||||||
 | 
					import { Lists } from "../../Utils/Lists"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface ChangeSetData extends Feature<Polygon> {
 | 
					export interface ChangeSetData extends Feature<Polygon> {
 | 
				
			||||||
    id: number
 | 
					    id: number
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue