Releases: 3liz/lizmap-plugin
Releases · 3liz/lizmap-plugin
3.6.5
- Tooltip : Fix generation of the tooltip expression when using
@current_geometry
andcurrent_value()
when it's
used outside the form context. - Enable Lizmap Web Client 3.5 for the default version
- Update the user interface for the new API for the French IGN provider
3.6.4
- Desktop - Add link to the Lizmap IRC channel on libera.chat
- Desktop - Improve user experience when using the checkbox "Third-party WMS layers"
by disabling the format option if needed. - Desktop - Add
@lizmap_user
and@lizmap_user_groups
in the project with empty string/list. - Desktop - Display if the plot or popup is available for the given Lizmap Web Client version
- Server - Display the current plugin version in the logs when loading the plugin.
3.6.3
- Follow up from version 3.6.0 about not supporting spatialite for editing capabilities, the plugin will
now remove these lines from the CFG file. - Variables
@lizmap_user
and@lizmap_user_groups
are available at the project level with current Lizmap
user and its groups. It's possible to use them in QGIS Desktop manually to try symbology, default value in
form etc. - Fix the GetFeatureInfo request on the server side when there is a short name set on the layer.
3.6.2
3.6.1
3.6.0
- First "Information panel" :
- It's now recommended having at least one Lizmap URL provided
- The plugin shows more information when the user is not running the latest bug fix version
- Open the Lizmap URL instance from a right click in the "Information" panel
- New feature in Lizmap Web Client 3.5 :
- Filtering data by polygon for a given user
- If running QGIS 3.10 or higher, display the file name when using a drag&drop layout with an attachement widget
- Removing Spatialite from available provider for editing capabilities, only PostgreSQL is supported (fix #361)
- Removing the check if all layers are in a sub folder of the project. Users on their own server might have data where they want (fix #346)
- Allow to open the documentation in Japanese
- Refactor some code on the server side