forked from MapComplete/MapComplete
		
	Various fixes for bot
This commit is contained in:
		
							parent
							
								
									25c33d557d
								
							
						
					
					
						commit
						bd03a5a76a
					
				
					 3 changed files with 84 additions and 39 deletions
				
			
		|  | @ -5,7 +5,8 @@ import {BBox} from "../BBox"; | |||
| export interface GeoCodeResult { | ||||
|     display_name: string, | ||||
|     lat: number, lon: number, boundingbox: number[], | ||||
|     osm_type: string, osm_id: string | ||||
|     osm_type: "node" | "way" | "relation", | ||||
|     osm_id: string | ||||
| } | ||||
| 
 | ||||
| export class Geocoding { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue