This article details how to disable and enable the OGC 3D Tiles service type and how to configure other properties of OGC 3D Tiles services.

Disable and enable the OGC 3D Tiles service type

You can disable the OGC 3D Tiles service type. This means that the OGC 3D Tiles service endpoint is no longer available and that you can no longer create OGC 3D Tiles services.

To disable the OGC 3D Tiles service type, change the enabled property under fusion.ogctilesservice to false in the config/fusion.common.yml file:

fusion.ogctilesservice:
  # Allows to enable/disable the OGC 3D Tile service. The default is true.
  enabled: false

Restart LuciadFusion for the change to take effect.

To enable the OGC 3D Tiles service type again, change the enabled property to true and restart LuciadFusion.

Configure the other OGC 3D Tiles service properties

You can configure several other properties of OGC 3D Tiles services. You can find those properties under fusion.ogctilesservice in the config/fusion.common.yml file.