Changes to the project structure starting from Cartodruid 0.64.0

Starting with Cartodruid 0.64.0, the folder structure has been reorganized to improve project management.

Now, inside the main cartodroid directory, there is a folder called projects, and each project is stored in its own independent folder:

cartodroid/projects/<project_name>/

Each project keeps the same internal organization as in previous versions:

  • config: project configuration files (layers, symbology, security, etc.)

  • data: SQLite databases associated with the project layers

  • values: custom forms and related properties files

  • pictures: images associated with layer entities

Example:

cartodroid/
 └── projects/
     └── MyProject/
         ├── config/
         ├── data/
         ├── values/
         └── pictures/

This change is purely organizational and does not affect existing data. When updating to version 0.64.0, Cartodruid automatically reorganizes projects into the new projects folder.

This new structure makes it easier to copy, back up, and share complete projects.

For more information about version 0.64.0 and its new features, please visit:
https://www.cartodruid.es/en/-/version_0640-en

You can also find detailed documentation here:
https://docs.cartodruid.es/