From c801cd8db1d5be692ccd9859644ef9f169868cb5 Mon Sep 17 00:00:00 2001 From: Allan Guwatudde Date: Mon, 7 Sep 2020 17:28:11 +0300 Subject: [PATCH] #5795: Show format setting for only WMS and CSW catalog services (#5839) (#5841) --- web/client/components/catalog/editor/AdvancedSettings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/components/catalog/editor/AdvancedSettings/index.js b/web/client/components/catalog/editor/AdvancedSettings/index.js index 54722a4701..1ff0568488 100644 --- a/web/client/components/catalog/editor/AdvancedSettings/index.js +++ b/web/client/components/catalog/editor/AdvancedSettings/index.js @@ -20,10 +20,10 @@ const getPanel = (type) => { switch (type) { case "tms": return TMSAdvancedEditor; + case "wmts": case "wfs": return CommonAdvancedSettings; case "wms": - case "wmts": case "csw": return RasterAdvancedSettings; default: