From 88f7ea8686cc13aad4a601793d4f5f7f2c483f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieliski?= Date: Tue, 13 Aug 2024 08:29:06 +0200 Subject: [PATCH] reEnable all processors --- WebAPI/Controllers/LayersController.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index 6be43da..fcbdcdb 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -347,11 +347,11 @@ public class LayersController : Controller string[] processTypes = [ - //"T3-SingleSource", - //"T3-SourceYearSummary", - //"T3-MultiSourceSummary", // AA - //"T3-MultiSourceYearSummary", // AA/13 - //"T4-SingleSource", + "T3-SingleSource", + "T3-SourceYearSummary", + "T3-MultiSourceSummary", // AA + "T3-MultiSourceYearSummary", // AA/13 + "T4-SingleSource", "T1-R1", "T4-R2" ];