forked from MapComplete/MapComplete
		
	Chore: fix warnings
This commit is contained in:
		
							parent
							
								
									ab70c6adc0
								
							
						
					
					
						commit
						47ae4cb456
					
				
					 38 changed files with 49 additions and 90 deletions
				
			
		|  | @ -1,6 +1,5 @@ | |||
| import ScriptUtils from "./ScriptUtils" | ||||
| import { appendFileSync, readFileSync, writeFileSync } from "fs" | ||||
| import { OsmObject } from "../Logic/Osm/OsmObject" | ||||
| import OsmObjectDownloader from "../Logic/Osm/OsmObjectDownloader"; | ||||
| 
 | ||||
| ScriptUtils.fixUtils() | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ import {Or} from "../Logic/Tags/Or" | |||
| import {AllKnownLayouts} from "../Customizations/AllKnownLayouts" | ||||
| import * as OsmToGeoJson from "osmtogeojson" | ||||
| import MetaTagging from "../Logic/MetaTagging" | ||||
| import {ImmutableStore, UIEventSource} from "../Logic/UIEventSource" | ||||
| import {UIEventSource} from "../Logic/UIEventSource" | ||||
| import {TileRange, Tiles} from "../Models/TileRange" | ||||
| import LayoutConfig from "../Models/ThemeConfig/LayoutConfig" | ||||
| import ScriptUtils from "./ScriptUtils" | ||||
|  | @ -22,7 +22,7 @@ import SimpleMetaTaggers, {ReferencingWaysMetaTagger} from "../Logic/SimpleMetaT | |||
| import FilteringFeatureSource from "../Logic/FeatureSource/Sources/FilteringFeatureSource" | ||||
| import {Feature} from "geojson" | ||||
| import {BBox} from "../Logic/BBox" | ||||
| import {FeatureSource, FeatureSourceForLayer} from "../Logic/FeatureSource/FeatureSource"; | ||||
| import {FeatureSource} from "../Logic/FeatureSource/FeatureSource"; | ||||
| import OsmObjectDownloader from "../Logic/Osm/OsmObjectDownloader"; | ||||
| import FeaturePropertiesStore from "../Logic/FeatureSource/Actors/FeaturePropertiesStore"; | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,5 +1,4 @@ | |||
| import * as fs from "fs" | ||||
| import Constants from "../Models/Constants"; | ||||
| 
 | ||||
| function genImages(dryrun = false) { | ||||
|     console.log("Generating images") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue