Skip to content

Commit

Permalink
geosolutions-it#5795: Show format setting for only WMS and CSW catalo…
Browse files Browse the repository at this point in the history
  • Loading branch information
AGMETEOR authored Sep 7, 2020
1 parent 904ba18 commit c801cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c801cd8

Please sign in to comment.