Releases: 3liz/qgis-lizmap-server-plugin
Releases · 3liz/qgis-lizmap-server-plugin
2.14.1
2.13.6
2.14.0
2.13.5
2.13.4
2.13.3
2.13.2
- Fix default categorized rendering when no
LEGEND_ONandLEGEND_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
2.13.0
- 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
- Improve the
VIRTUAFIELDSrequest of theEXPRESSIONservice:- Support a new
LIMITparameter to limit the number of features returned - Support new
SORTING_FIELDandSORTING_ORDERparameters to set the order
of the returned features
- Support a new
- 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