Skip to content

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

2.12.0

06 Jan 14:11
e22bca1
Compare
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

2.11.2

17 Oct 15:04
3832938
Compare
Choose a tag to compare
  • Fix wrong variable in the server information handler

2.11.1

14 Oct 12:51
2e0c2b2
Compare
Choose a tag to compare
  • Improve the server information handler

2.11.0

03 Oct 12:30
eb8bda3
Compare
Choose a tag to compare
  • Raise QGIS minimum version to QGIS 3.22
  • Even if used with Py-QGIS-Server 1.X, it needs the latest release 1.9.1
  • Add plugin homepage to the server.json, it enables HTTP link in the Lizmap Web Client administration interface
  • Place text widget in right list according to the Drag&Drop form
  • Update HTML tooltip to handle Bootstrap 5 tabs with Lizmap Web Client 3.9
  • Add Py-QGIS-Server 2 support

2.10.0

02 Sep 13:09
d819230
Compare
Choose a tag to compare
  • Attribute filter - Allow to have a comma separated list of groups or users, for Lizmap Web Client 3.8 and PostgreSQL layer
  • Add tests with a FILTER with apostrophe
  • Add log if the relation was not found when generating the tooltip

2.9.4

05 Jun 13:54
0b591c3
Compare
Choose a tag to compare
  • API key - check for Google or Bing layers without an API key
  • Avoid a critical error message which was not needed
  • Add missing LICENSE file

2.9.3

05 Jun 13:47
9582ff8
Compare
Choose a tag to compare
  • API key - check for Google or Bing layers without an API key
  • Avoid a critical error message which was not needed

2.9.2

27 May 13:21
ee846af
Compare
Choose a tag to compare
  • Review the GetLegendGraphic request about invalid layer, not only for vector
  • Improve logging about invalid layer

2.9.1

13 May 08:39
0c36013
Compare
Choose a tag to compare
  • Review the GetLegendGraphic request
  • Fix Python error when evaluating a QGIS Expression about fields
  • Return a warning icon if the layer is invalid
  • Some internal code refactoring

2.9.0

29 Apr 17:19
117213b
Compare
Choose a tag to compare
  • Review the GetLegendGraphic
  • Discard invalid layers from Services other than WMS
  • WMS GetLegendGraphic JSON: Provide Warning icon for invalid layers
  • Fix wrong maptip returned in case of layer short name versus layer name
  • Review logging in case of error
  • Internal refactoring about tests
  • For Lizmap Web Client 3.8 : Extending replaceExpressionText Request with ALL features and GeoJSON format
  • Add statistics