Skip to content

2 Application file structure

After installing CartoDruid on a device, the tool configures the following directory structure inside the cartodruid directory. This directory contains several main folders:

  • projects: contains all the projects created in CartoDruid, each one in its own folder.
  • common: contains resources and files shared across all projects.
  • temp: directory where temporary files generated by the application are stored.

File structure

  • common: contains common files used by all projects. In this directory you can find:
    • crtdrdStockSymbologies.xml: configuration file for the basic symbologies included by default in the installation.
    • utils.sqlite: SQLite database with utilities and shared resources used by the application.
  • projects: contains the folders for the different projects. Inside each project folder the following structure can be found:
    • config: contains the project configuration files. In this directory you can find:
      • crtdrdLayers.xml: file containing the configuration of the project layers.
      • crtdrdSymbologies.xml: configuration file for custom symbologies of the project.
      • sigpac.properties: configuration of the tables used for searching SIGPAC parcels.
    • data: default directory for storing the SQLite databases created from the tool.
    • values: this directory contains the XML configuration files for custom forms and the properties files associated with those forms.
    • pictures: directory where photos taken from CartoDruid are stored (associated with geographic entities).
    • symbol: directory where image files used in the custom symbologies of each project are stored.
  • temp: directory containing temporary files generated by the application.