forked from MapComplete/MapComplete
		
	Fix typing error in import flow
This commit is contained in:
		
							parent
							
								
									aef6bece49
								
							
						
					
					
						commit
						a4bb29516a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -93,7 +93,7 @@ export class CompareToAlreadyExistingNotes extends Combine implements FlowStep<{
 | 
			
		|||
            state,
 | 
			
		||||
            zoomToFeatures: true,
 | 
			
		||||
            leafletMap: comparisonMap.leafletMap,
 | 
			
		||||
            features: new StaticFeatureSource(partitionedImportPoints.map(p => p.hasNearby)),
 | 
			
		||||
            features: StaticFeatureSource.fromGeojsonStore(partitionedImportPoints.map(p => p.hasNearby)),
 | 
			
		||||
            popup: (tags, layer) => new FeatureInfoBox(tags, layer, state)
 | 
			
		||||
        })
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue