Skip to content

Releases: 3liz/qgis-lizmap-server-plugin

1.3.0

25 Jan 10:57
0e4865d
Compare
Choose a tag to compare
  • Return the list of fonts installed on the server. It's useful for QGIS layouts.
  • Check if Py-QGIS-Server is really used on the server before returning server metadata

1.2.2

16 Dec 12:59
e12932f
Compare
Choose a tag to compare
  • Review the metadata and the warning when the plugin is installed on QGIS desktop
  • Review the JSON metadata about Py-QGIS-Server when used with Lizmap Web Client 3.6

1.2.1

28 Nov 12:47
baa3574
Compare
Choose a tag to compare
  • Add more metadata in the JSON about Py-QGIS-Server and QGIS Server

1.2.0

03 Oct 11:33
2abad3a
Compare
Choose a tag to compare
  • Improvement about the filtering by polygon (use a QGIS expression when possible)
  • Add a new option to use the centroid for the filtering by polygon. Available in the 3.10.0 version of desktop plugin.
  • Fix an issue when fetching information from metadata.txt in QGIS Server plugins
  • Fix an issue to return Py-QGIS-Server version
  • Overpass a bug from QGIS Server about a cache in WFS requests, a fix needs to be done in QGIS Server core
  • All plugins versions (stable and unstable) are now available https://packages.3liz.org/pub/server-plugins-repository/

1.1.1

29 Jul 10:48
a8adace
Compare
Choose a tag to compare
  • Add the plugin name when fetching metadata from QGIS server.
  • Fix an issue when the polygon table has a schema or table name which must be enclosed with double quotes.
  • Fix an issue preventing to query the PostgreSQL database to retrieve the ids to filter. Performance could be severely
    degraded for heavy filtered layers.

1.1.0

25 Jul 13:22
90ffbbb
Compare
Choose a tag to compare
  • Spatial filter - Add the capability to filter spatial layers data by matching the polygon layer field values with the
    user login instead of groups only. The behaviour depends on a new configuration option filter_by_user for the spatial
    filter. It's compatible with Lizmap Web Client ≥ 3.5. The desktop plugin must be updated as well to version 3.9.0.

1.0.2

29 Jun 05:49
0639605
Compare
Choose a tag to compare
  • Refactor a little the code about access control list
  • Fix an issue when the CFG file is updated and already stored in the LRU cache

1.0.1

13 Jun 12:32
b346682
Compare
Choose a tag to compare
  • If QGIS 3.24, use the native function from QGIS server API to fetch the feature ID
  • Use LRU Cache when reading the CFG file to avoid multiple access
  • Add the Python, Qt, GDAL and Py-QGIS-Server versions in the JSON metadata

1.0.0

11 May 09:20
5e34554
Compare
Choose a tag to compare
  • First version of the plugin after the split between Lizmap desktop and server plugin
  • The source code is the same as Lizmap plugin version 3.7.7
  • Fix Python exception when GetFeatureInfo does not have a feature ID
  • Raise QGIS minimum version to QGIS 3.10