forked from MapComplete/MapComplete
		
	Sync translations, regenerate docs, fix tests
This commit is contained in:
		
							parent
							
								
									f789c8db9e
								
							
						
					
					
						commit
						fd30c44352
					
				
					 7 changed files with 98 additions and 43 deletions
				
			
		|  | @ -89,7 +89,7 @@ describe("OsmObject", () => { | |||
|             ScriptUtils.fixUtils() | ||||
|             Utils.injectJsonDownloadForTests( | ||||
|                 "https://www.openstreetmap.org/api/0.6/relation/5759328/full", | ||||
|                 JSON.parse(readFileSync("./test/data/relation_5759328.json", "UTF-8")) | ||||
|                 JSON.parse(readFileSync("./test/data/relation_5759328.json", { encoding: "utf-8" })) | ||||
|             ) | ||||
|             const r = await OsmObject.DownloadObjectAsync("relation/5759328").then((x) => x) | ||||
|             const geojson = r.asGeoJson() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue