mirror of
				https://bitbucket.org/s_l_teichmann/mtsatellite
				synced 2025-11-04 01:55:25 +01:00 
			
		
		
		
	mtseeder: rename command line option "worker" to "workers" in symmetry to mtwebmapper.
This commit is contained in:
		@@ -33,7 +33,7 @@ func main() {
 | 
			
		||||
	flag.StringVar(&colorsFile, "colors", "colors.txt", "definition of colors")
 | 
			
		||||
	flag.StringVar(&outDir, "output-dir", "map", "directory with the resulting image tree")
 | 
			
		||||
	flag.StringVar(&outDir, "o", "map", "directory with the resulting image tree")
 | 
			
		||||
	flag.IntVar(&numWorkers, "worker", 1, "number of workers")
 | 
			
		||||
	flag.IntVar(&numWorkers, "workers", 1, "number of workers")
 | 
			
		||||
	flag.IntVar(&numWorkers, "w", 1, "number of workers (shorthand)")
 | 
			
		||||
	flag.BoolVar(&skipBaseLevel, "skip-base-level", false, "Do not generate base level tiles")
 | 
			
		||||
	flag.BoolVar(&skipBaseLevel, "sb", false, "Do not generate base level tiles (shorthand)")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user