Skip to content

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

2.14.1

02 Oct 11:09
f2f4705

Choose a tag to compare

  • Fix: Use access control to filter Expression ReplaceExpressionText
  • Fix: Use access control to filter Expression VirtualFields
  • Enforce type annotations and code enhancement

2.13.6

29 Sep 14:16

Choose a tag to compare

  • Fix: Use access control to filter Expression ReplaceExpressionText
  • Fix: Use access control to filter Expression VirtualFields

2.14.0

18 Sep 09:20

Choose a tag to compare

  • Raise to QGIS Server 3.34 minimum
  • Raise to Python 3.9 minimum
  • Improve support for QJazz
  • Tests: Sanitize/simplify python code

2.13.5

18 Sep 09:49

Choose a tag to compare

  • Improve support for QJazz

2.13.4

11 Sep 07:23

Choose a tag to compare

  • Fix: legendKeys has been added in QGIS 3.32 replaced by legendSymbolItems

2.13.3

10 Sep 07:10

Choose a tag to compare

  • Fix vector layer renderer could be None

2.13.2

08 Sep 16:59

Choose a tag to compare

  • Fix default categorized rendering when no LEGEND_ON and LEGEND_OFF
  • Add Python based expressions. At present, only one expression has been added.
    • layer_renderer_used_attributes(layer_identifier) which returns the list of fields
      used by the layer renderer. It will be called by Lizmap Web Client tooltip feature,
      which needs the list of fields used in symbology, as it is required by OpenLayers
      to render the geometries with the SLD style when fields are used in rules.

2.13.1

05 May 13:58
c918f0a

Choose a tag to compare

  • For "Value Relation" and "Relation Reference", use represent_value expression instead.
  • Improve PyQt6 compatibility

2.13.0

01 Apr 11:25
587ed9e

Choose a tag to compare

  • Raise to QGIS Server 3.28 minimum
  • Upgrade Python coding standards
  • Allow some virtuals fields to be discarded if not considered safe, used in Lizmap Web Client 3.9
  • Drag & Drop popup - improve interface (mimic Lizmap editing form) & display NULL value fields
  • Update configuration when used with QJazz https://github.com/3liz/qjazz

2.12.0

06 Jan 14:11
e22bca1

Choose a tag to compare

  • Improve the VIRTUAFIELDS request of the EXPRESSION service:
    • Support a new LIMIT parameter to limit the number of features returned
    • Support new SORTING_FIELD and SORTING_ORDER parameters to set the order
      of the returned features
  • Filter by polygon: fix a bug when the QGIS table datasource property is a query
  • Remove the use of deprecated methods from the QGIS API
  • Support for Qt6
  • Tests - Add QGIS 3.40 for testing
  • Support for QJazz, instead of Py-QGIS-Server 2