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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-04-18 09:16:49 +02:00
help inital commit 2017-04-13 16:17:40 +02:00
i18n inital commit 2017-04-13 16:17:40 +02:00
scripts inital commit 2017-04-13 16:17:40 +02:00
test inital commit 2017-04-13 16:17:40 +02:00
themes inital commit 2017-04-13 16:17:40 +02:00
.gitignore ignore pyc files 2017-04-18 08:36:15 +02:00
__init__.py inital commit 2017-04-13 16:17:40 +02:00
icon.png styling 2017-04-18 08:39:14 +02:00
Makefile inital commit 2017-04-13 16:17:40 +02:00
metadata.txt inital commit 2017-04-13 16:17:40 +02:00
pb_tool.cfg inital commit 2017-04-13 16:17:40 +02:00
plugin_upload.py inital commit 2017-04-13 16:17:40 +02:00
pylintrc inital commit 2017-04-13 16:17:40 +02:00
README.md readme 2017-04-18 09:16:16 +02:00
resources.py styling 2017-04-18 08:39:14 +02:00
resources.qrc styling 2017-04-18 08:39:14 +02:00
sitnTheme.py inital commit 2017-04-13 16:17:40 +02:00
sitnTheme_dockwidget.py inital commit 2017-04-13 16:17:40 +02:00
sitnTheme_dockwidget_base.ui inital commit 2017-04-13 16:17:40 +02:00
ui_sitnTheme_dockwidget_base.py styling 2017-04-18 08:39:14 +02:00

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'], ]