forked from MapComplete/MapComplete
		
	Fix: nearby images don't search duplicate images anymore
This commit is contained in:
		
							parent
							
								
									58cf4863ed
								
							
						
					
					
						commit
						22626b5826
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -464,6 +464,7 @@ export class CombinedFetcher {
 | 
			
		|||
            state.ping()
 | 
			
		||||
            this.fetchImage(source, lat, lon, state, sink)
 | 
			
		||||
        }
 | 
			
		||||
        return { images: sink, state }
 | 
			
		||||
 | 
			
		||||
        return { images: sink.mapD(imgs => Utils.DedupOnId(imgs, i => i["id"])), state }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue