geraldo / qgs-layer-parser

Parse QGIS project file and create JSON config file
GNU General Public License v3.0
0 stars 0 forks source link

Substitute special characters by QGIS variables #1

Open geraldo opened 2 years ago

geraldo commented 2 years ago

Right now we use @, ~ and ¬ to specify special characteristics like hiding a group or layer from layer switcher. We are going to remove this special characters and define this properties by QGIS project variables.

QGIS group variables:

QGIS layer variables:

geraldo commented 2 years ago

For now I implement groups_hideintoc and layers_hideintoc this way: