Include candidate OSM type and ID in nearby search
This commit is contained in:
		
							parent
							
								
									cb1864059a
								
							
						
					
					
						commit
						fd76bcaa37
					
				| 
						 | 
				
			
			@ -439,6 +439,8 @@ def find_osm_candidates(item, bounds):
 | 
			
		|||
            address_list = []
 | 
			
		||||
        cur = {
 | 
			
		||||
            "identifier": osm.identifier,
 | 
			
		||||
            "type": osm.type,
 | 
			
		||||
            "id": osm.id,
 | 
			
		||||
            "distance": dist,
 | 
			
		||||
            "name": name,
 | 
			
		||||
            "tags": tags,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue