kopia lustrzana https://github.com/OpenDroneMap/NodeODM
				
				
				
			Changed min tiling level from 16 to 12
							rodzic
							
								
									3a3e6bc53d
								
							
						
					
					
						commit
						970efa2d6d
					
				| 
						 | 
					@ -307,7 +307,7 @@ module.exports = class Task{
 | 
				
			||||||
			const generateTiles = (inputFile, outputDir) => {
 | 
								const generateTiles = (inputFile, outputDir) => {
 | 
				
			||||||
				return (done) => {
 | 
									return (done) => {
 | 
				
			||||||
					this.runningProcesses.push(processRunner.runTiler({
 | 
										this.runningProcesses.push(processRunner.runTiler({
 | 
				
			||||||
						zoomLevels: "16-21",
 | 
											zoomLevels: "12-21",
 | 
				
			||||||
						inputFile: path.join(this.getProjectFolderPath(), inputFile),
 | 
											inputFile: path.join(this.getProjectFolderPath(), inputFile),
 | 
				
			||||||
						outputDir: path.join(this.getProjectFolderPath(), outputDir)
 | 
											outputDir: path.join(this.getProjectFolderPath(), outputDir)
 | 
				
			||||||
					}, handleProcessExit(done), handleOutput));
 | 
										}, handleProcessExit(done), handleOutput));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Ładowanie…
	
		Reference in New Issue