This article details how to disable and enable the WMTS service type and how to configure the tile cache of WMTS services.

Disable and enable the WMTS service type

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

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

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

Restart LuciadFusion for the change to take effect.

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

Configure the WMTS tile cache

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