mirror of
https://github.com/sitn/QSitnThemes.git
synced 2026-08-26 00:14:28 +00:00
Simple plugin that loads themes in QGIS as in geomapfish | Read-only mirror of https://github.com/sitn/QSitnThemes — Canton de Neuchâtel. Issues & pull requests at the source.
- Python 99.3%
- Makefile 0.4%
- Batchfile 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| help | ||
| i18n | ||
| scripts | ||
| test | ||
| themes | ||
| .gitignore | ||
| __init__.py | ||
| icon.png | ||
| Makefile | ||
| metadata.txt | ||
| pb_tool.cfg | ||
| plugin_upload.py | ||
| pylintrc | ||
| README.md | ||
| resources.py | ||
| resources.qrc | ||
| sitnTheme.py | ||
| sitnTheme_dockwidget.py | ||
| sitnTheme_dockwidget_base.ui | ||
| ui_sitnTheme_dockwidget_base.py | ||
QSitnThemes
A QGIS plugin that loads QGIS projets that set up gmf-like stylin from a gmf-like theme panel (dock widget)
Configuration (temporary solution):
- Create a themesConfig.py file that contains a themes variable defined as imbricated lists:
themes = [ ['theme_name', 'icon_name', 'path_to_qgis_project_file_with_foward_slashes.qgs'], #example ['mensuration', 'cadastre.png', '//blablafileserver/plan_cadastral_couleur.qgs'], ]