LuciadFusion stores data on disk in a few locations:
-
Tile cache location: the Tiled WMS and WMTS services cache the tiles they generated. The location and the size of the cache are configured in the
fusion.ogc.tileCache.*
properties in theconfig/fusion.common.yml
file. -
Preprocessing temp folder: a temporary folder used during the preprocessing of data sources. The location is configured in the
fusion.ogctilesservice.preprocessorTempPath
property in theconfig/fusion.common.yml
file. -
Uploaded data path: this folder is populated with the data uploaded through the web application. The location is configured through the
fusion.studio.configuration.datastore
property. A default value has been configured in the development profileconfig/application-fusion.development.yml
.