This article details how to disable and enable the WMS service type and how to configure other properties of WMS services.

Disable and enable the WMS service type

You can disable the WMS service type. This means that the WMS service endpoint is no longer available and that you can no longer create WMS services.

To disable the WMS service type, change the wms.enabled property under fusion.ogc to false in the config/fusion.common.yml file:

fusion.ogc:
  # Allows to enable/disable the WMS service. The default is true.
  wms.enabled: false

Restart LuciadFusion for the change to take effect.

To enable the WMS service type again, change the enabled property to true and restart LuciadFusion.

Configure the WMS service properties

You can configure several other properties of WMS services. Look for the properties starting with wms in the config/fusion.common.yml file.