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

Disable and enable the WCS service type

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

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

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

Restart LuciadFusion for the change to take effect.

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

Configure the WCS service properties

By default, the WCS service produces tiles when it encodes images as TIFF files. If you don’t want tiled TIFF data, you can disable tiling. Find the wcs.enableGeotiffTiling property in the config/fusion.common.yml file, and set it to false.

To configure the tile cache of WCS services, look for all properties under tileCache in the config/fusion.common.yml file.