- Update URLs for the French IGN basemap provider, It's highly recommended updating before first February 2022.
- Refresh atlas input list after update layer feature
- Don't show search results if search query is empty
- Use white icons on button.btn-primary class hover
- Translate mini-dock-close button
- Selection: improve the export tool to allow bigger selections
- use the selection token instead of a list of feature identifiers
- internally use POST instead of GET requests to query data from QGIS Server
- Expressions: Lizmap user and groups was not forwarded to the QGIS Server backend.
It's now possible to use
@lizmap_user
and@lizmap_user_groups
in a QGIS Expression in an editing form. - External WMS layers - respect the image format of the source WMS layer. The format specified in the Lizmap configuration is not used.
- WMS GetPrint Request: do not encode URI labels
- View Popup class: manually canonize path to authorize symlink
- New save button to let users decide if they want their drawings to be saved. If drawings are not saved, they will be removed when the webpage is refreshed.
- Fix: issue during the installation of the ldapdao module. Upgrade it to 2.2.1
- Fix: export button allowed in filter data with form when format is ODS
- Fix: integer key column sorted as text in attribute table tool
- Fix: Editing
- In case of more than one editable layers, when there is a filter by login (or by polygon) activated, some of the popup items could miss the pencil button to open the editing form. Corrected by requesting the editable features for all the editable layers of the displayed popup items, and not only the first.
- Fix: multiple selection edition w/ text field. Values can be integer but also string
- UI: when dock is closed, show edition is pending with green background on dock button
- Fix: use IGN PLANIGNV2 with free and paid keys
- UI: replace dock close button text by icon. This makes it more clear the dock is closed but tool can remain active
- Translation: add Romanian for dataTables (contribution from @ygorigor)
- Create utils method to parse XML and get error parsing message
- Fix: Object of class LibXMLError could not be converted to string
- Fix: Log errors about loading QGIS Project and provides errors messages
- Fix: lizmapTiler log errors when loading WMS GetCapabilities
- Fix: form's labels partially hidden when too long. A line break and a hyphen are now used when needed
- Fix: In QGIS 3.16, the host in datasource can be written between single quotes
- Display spinner and disable button while waiting for print.
- Fix: fields are correctly hidden when 'Do not expose via WFS' is set in QGIS >=3.16
- Fix: QGIS >= 3.16 datasource compatibility
- Fix: Pre-generated cache is not used since Lizmap 3.4.1
- Fix: links into mails for registration or password recovery
- Fix form not displayed when editing an existing feature
- Some fixes in the js to getprint
- Fix measurement result not shown on tablet
- Fix/performance Get only projects metadata for the landing page
- Update to Webpack 5
- Update Jelix to fix an issue in the installer
- Fix lizmap/install/set_rights.sh: some directories were missing
- Make MultiGeometry KML importable/exportable and focus on features extent after load
- Fix geobookmark sql: remove explicit public schema
- Fix popup compact table margin-left
- Fix the adding of the user into group
- Fix visual blank line between the map and the right-dock
- Fix can't launch children layers edition from parent form
- Fix error about script.php into the docker container
- UX Display form first in edition mode for desktop and mobile
- Fix hide digitization tab for non geom layer
- Hide label in legend for layers with single symbol rendering
- Fix WMTS Request - use specific $wmsRequest parameters array
-
Fix drill-down (cascading) forms in Lizmap based on QGIS expression
-
Fix draw: import KML does not draw anything if xml headers
-
Fix regression in 3.4.0 about Primary Keys enclosing for UPDATE RETURNING
-
Fix the landing page shouldn't show project when not available for groups ACL Users in admins groups with rights to remove repositories no longer have access to every maps
-
Fix cache does not work after authorization
-
Fix edition tab content is not visible on mobile screen
-
Fix regression in edition form with multiple values from relational value
-
Enhance Drag'N Drop Edition form test to avoid regression
-
Enhance form_type_relational_value test
-
Fix assert crs is not empty before loading
-
Remove warning about lizmap_search
-
Fix issues with rights managements: removing rights to manage rights, from all users, was still possible in specific case.
-
new config parameter to disable the behavior change of the login page, introduced in lizmap 3.3.12, which redirect to the main page when the user is already authenticated. You can disable it by setting
noRedirectionOnAuthenticatedLoginPage=on
into the jcommunity section of the configuration (localconfig.ini.php
). -
Fix attribute edition sets to null unedited fields
-
Search - Use a transaction to avoid PostgreSQL connection issue
- Changelog in the Lizmap QGIS plugin related to this new version is available here
- Projects page
- Possibility to add HTML content on the projects page, with image upload
- Search filter : filter projects by text or tags
- Popup
- Add button to get a single table for all children's feature
- New module
action
to run PostgreSQL actions from feature popup. This module allows to add action buttons in the popup which trigger PostgreSQL queries and return a geometry to display on the map - Print PDF from a popup (layout having an atlas enabled). You can now define values for custom fields
- Atlas tool
- Allow multiple atlas layer coverage
- Map view
- Improved UI for mobile. Hamburger button to toggle menu's view
- Add drawing tools in map canvas
- Possible to print these drawings (redlining)
- QGIS theme switcher on a map
- Display the QGIS Map theme by default
- Option to change from one map theme to another one
- Improvements in the geolocation feature
- Angle measurement tool
- Display mouse position in QGIS project's projection
- Edit mouse position coordinates to center map to given ones
- Selection tool
- Select on multiple layers or a single one
- Invert selection
- Edition tool
- Use QGIS expression in Lizmap edition (needs Lizmap plugin installed as a QGIS Server plugin)
- Group visibility
- Default value
- Constraint
- Form drilldown using Value Relation widget
- Split tool
- Enhanced selection
- Snapping while editing
- Display angle, current and total segment length
- Geolocation survey show GPS accuracy, emitting bip
- Use QGIS expression in Lizmap edition (needs Lizmap plugin installed as a QGIS Server plugin)
- Dataviz tool
- Add new sunburst chart type
- Add new graph type HTML
- Add internal theme support, between dark (default) and light
- New options horizontal, display legend, stacked, description
- Hide/show plot when source layer visibility changes
- Support multiple traces & remove limit of 2 Y fields for Scatter & HTML
- Localization
- Check if layer is in scale range to toggle the corresponding map layer
- Add new user layout option && replace resizePlot by responsive cfg && UI improvements
- Add mode bar: zoom in, out & export to PNG
- Add the resizePlot function back
- Attribute Table view
- A Lizmap Javascript script to show description labels instead of values in the attribute table for columns with ValueMap widget
- Allow the use of the Lizmap Javascript script also for numeric columns
- Timemanager tool
- Review the configuration
- Search tool
- French BAN Search - Add lon and lat parameters to prefer local search around map initial extent center
- Access rights
- Send user info to QGIS Server through parameters to get access control performed by Lizmap plugin as a QGIS Server plugin
- Restrict filter by user on edition only, based on lizmap plugin config
- Administration
- Project management and Lizmap configuration are now into separate pages
- Command line tool
- A command line to request project WMS GetCapabilities to put project in QGIS Server cache
- Other
- Support of user packages into
lizmap/my-packages/
. A user can install additional PHP packages like vendor modules for Lizmap, into themy-packages/
directory. He should create amy-packages/composer.json
. - Lizmap does not support anymore Internet Explorer (11 and lower)
- Map themes - check layer legend checkbox even if not in scale range
- Expose QGIS themes in Lizmap JSON config
- Support of user packages into
lizmapeditionfeatureinit
to customize edition layersmapthemechanged
andmapthemesadded
lizmapchangelayervisibility
when map layer visibility changes
- None
- Configuration: remove the support of
proxyMethod
. Lizmap now guesses automatically if it can use curl to do HTTP queries. - Starting to use some OpenLayers 6 features
- Starting to migrate the javascript code base to modern syntax and organization:
- web components
- webpack etc
- A sourcemap has been added too.
- Upgrade jQuery to 3.5.1 with jQuery-migrate
- Use PHP Composer to import external PHP libraries (jcommunity module, Proj4Php, ...)
- Locales files are moved to
lizmap/app/locales/
- Tests environment with Docker (Vagrant is still there)
- More unit tests in PHP and Javascript
- Deprecated class lizmapCache removed
- Optimizations to speed up launch
- Read the version changelog