Releases: 3liz/lizmap-plugin
Releases · 3liz/lizmap-plugin
3.7.7
- Desktop - Better message if there is an error when fetching data from QGIS Server
- Desktop - Fix link to the documentation about the PostgreSQL search
lizmap_search
- Desktop - Always check if the layer is published as WFS when opening the dialog instead of at the end
- Desktop - Add a new button to generate an HTML table from layer fields, like the auto popup
- Desktop - Add some checks about spaces or accents in filename when opening the QGS file
- Desktop and server - Fix a Python exception when using the tooltip from Drag&Drop if the date format is not set yet
3.7.6
3.7.5
- Desktop - Better display of the QGIS Server version when it's not available
- Server - Always register the API if possible, raise the error only when requested instead
- Server - Add the commit ID of QGIS if available in the JSON metadata
- Server - Set a custom application name when connecting to PostgreSQL on the server side
3.7.4
3.7.3
3.7.2
3.7.1
- Update the user experience when no master password is set in QGIS Desktop
- Add new actions in the right click on a server such as "Copy versions in the clipboard"
- Fix a Python error with a project having some deleted layers
- Fix duplicated entry in the web menu when reloading the plugin
3.7.0
- Add the possibility to add a login and a password for a given Lizmap server URL
- Server - Add API to fetch server information on the URL http://your.qgis.server/lizmap/server.json.
Read the documentation how to setup this API
https://docs.lizmap.com/3.5/en/install/pre_requirements.html#lizmap-server-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.