enable deagregation
This commit is contained in:
@@ -255,8 +255,8 @@ namespace WebAPI.Controllers
|
||||
cp.process(sourceLayer, processWorker?.Id);
|
||||
break;
|
||||
case "Deaggregation":
|
||||
//DeaggregationProcessor dp = new DeaggregationProcessor(db, googleSheetValues, this);
|
||||
//dp.process(sourceLayer, processWorker?.Id);
|
||||
DeaggregationProcessor dp = new DeaggregationProcessor(db, googleSheetValues, this);
|
||||
dp.process(sourceLayer, processWorker?.Id);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user