diff --git a/prod/services/wms/inventory.json b/prod/services/wms/inventory.json index 7b4553de4..a60838ae2 100644 --- a/prod/services/wms/inventory.json +++ b/prod/services/wms/inventory.json @@ -965,29 +965,7 @@ "nbr", "fmask" ] - }, - { - "product": [ - "ga_ls_wo_3" - ], - "styles_count": 2, - "styles_list": [ - "observations", - "wet" - ] - }, - { - "product": [ - "ga_ls_fc_3" - ], - "styles_count": 4, - "styles_list": [ - "fc_rgb", - "bare_ground_c3", - "green_veg_c3", - "non_green_veg_c3" - ] } ], - "total_layers_count": 79 + "total_layers_count": 77 } \ No newline at end of file diff --git a/prod/services/wms/ows_refactored/ows_root_cfg.py b/prod/services/wms/ows_refactored/ows_root_cfg.py index bd0180e18..e0acb75e0 100644 --- a/prod/services/wms/ows_refactored/ows_root_cfg.py +++ b/prod/services/wms/ows_refactored/ows_root_cfg.py @@ -507,14 +507,14 @@ "include": "ows_refactored.c3.ows_c3_cfg.layers", "type": "python", }, - { - "include": "ows_refactored.wofs.ows_c3_wo_cfg.layers", - "type": "python", - }, - { - "include": "ows_refactored.fc.ows_c3_fc_cfg.layers", - "type": "python", - }, + # { + # "include": "ows_refactored.wofs.ows_c3_wo_cfg.layers", + # "type": "python", + # }, + # { + # "include": "ows_refactored.fc.ows_c3_fc_cfg.layers", + # "type": "python", + # }, ], }, ],