Skip to content

v1.7.4

Compare
Choose a tag to compare
@uprel uprel released this 16 Jun 06:01
· 542 commits to master since this release

New

  • Plugins can be activated per project. This is best to do with latest gisportal
  • Simple template plugin to easily add own top menu buttons. Link

Bug fixed and small changes

  • #78
  • #79
  • Title of project displayed on top is now used from database and not from QGIS project file. It is easier to manage that. QGIS title is only used first time project is added to database.

Database version 18

  • New table plugins
  • Add column plugin_ids to table projects
  • Updated function get_project_data to return also project plugins

Note to existing Editing plugin users

After update of gisapp, database and gisportal you have to insert Editing plugin to database with this query:

INSERT INTO plugins(name) VALUES ('editing');

After that, you can open gisportal as Administrator and in project properties activate Editing plugin for projects you need it.