Skip to content

Releases: 3liz/lizmap-web-client

3.5.13

30 May 12:57
03b2d52
Compare
Choose a tag to compare

Release Lizmap Web Client 3.5.13

Use only the ZIP file provided in this release called lizmap-web-client-3.5.13.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.5.13
  • docker pull 3liz/lizmap-web-client:3.5

Do not forget to go in your QGIS desktop plugin manager and regularly update all your plugins to their latest version 🤗

Changelog

Important ⚠

Added ⭐

  • Quick help to open an online color picker
  • Add a reminder to check the QGIS server URL
  • Add uuid in forms for relational values

Fixed 🐛

  • If the layer has a shortname :
    • fix the PDF print request
    • the user does a selection
  • The EXP_FILTER URL parameter was not built for cascade and pivot layers
  • Data filtering was broken on children layers
  • Plots have to be refreshed when a filter is applied on the parent layer

Full changelog between 3.5.12 and 3.5.13: 3.5.12...3.5.13

The Lizmap team 🦎

3.6.3

17 Apr 10:10
939275b
Compare
Choose a tag to compare

Release Lizmap Web Client 3.6.3

Use only the ZIP file provided in this release called lizmap-web-client-3.6.3.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.6.3
  • docker pull 3liz/lizmap-web-client:3.6

Do not forget to go in your QGIS desktop plugin manager and regularly update all your plugins to their latest version 🤗

Requirements

To be able to run this version of Lizmap Web Client, you need :

  • QGIS Server 3.10 minimum, check the latest monthly bugfix release on the QGIS roadmap
  • Lizmap QGIS Server plugin 2.7.1 minimum
  • QGIS project files targeting at least Lizmap Web Client 3.3 to be displayed

Changelog

Added ⭐

  • Display feature geometries defined in map parameter

Changed ♻

  • Update some CLI tools : wmts:capabilities, wmts:seed and wmts:clean

Fixed 🐛

  • Add a check for requesting a QGIS server WMS GetFeatureInfo whe the layer name was not the same as in the filter
  • Display the reverse geometry button only for linestrings and polygons, not for points
  • UX - Transform _ and - to a space when creating a repository
  • Improve QGIS server detection and debugging when the Lizmap server plugin is not installed
  • Increase the timeout when fetching data for a layer export with WfsOutputExtension
  • Fix issue for retrieving a CSS file
  • Fix a possible crash from OpenLayers 7 map when the map was dragged and released
  • Fix installation of the multiauth module. Be sure to install the version 1.2.1 or higher, of the module
  • Remove a warning from Spatialite in the logs, which was not supported for a long time in the QGIS plugin
  • Fix display of key/value when the layer is not published as WFS in the form filter and the attribute table panel
  • Check if the centroid is used for the filtering by polygon when editing the layer
  • When the layer has a shortname :
    • fix the PDF print request
    • the user do a selection
  • The EXP_FILTER URL parameter was not build for cascade and pivot layers

Translations 🗺

Backend ⛽

  • Include the latest updates from Jelix 1.8
  • Some bugfix about the docker image

Full changelog between 3.6.2 and 3.6.3: 3.6.2...3.6.3

The Lizmap team 🦎

3.5.12

12 Apr 09:26
2ed9c24
Compare
Choose a tag to compare

Release Lizmap Web Client 3.5.12

Use only the ZIP file provided in this release called lizmap-web-client-3.5.12.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.5.12
  • docker pull 3liz/lizmap-web-client:3.5

Do not forget to go in your QGIS desktop plugin manager and regularly update all your plugins to their latest version 🤗

Changelog

Important ⚠

Fixed 🐛

  • Add a check for requesting a QGIS server WMS GetFeatureInfo whe the layer name was not the same as in the filter
  • Display the reverse geometry button only for linestrings and polygons, not for points
  • UX - Transform _ and - to a space when creating a repository
  • Fix issue for retrieving a CSS file
  • Fix a possible crash from OpenLayers 7 map when the map was dragged and released
  • Remove a warning from Spatialite in the logs, which was not supported for a long time in the QGIS plugin

Translations 🗺

Full changelog between 3.5.11 and 3.5.12: 3.5.11...3.5.12

The Lizmap team 🦎

3.6.2

01 Mar 12:43
35d1cc3
Compare
Choose a tag to compare

Release Lizmap Web Client 3.6.2

Use only the ZIP file provided in this release called lizmap-web-client-3.6.2.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.6.2
  • docker pull 3liz/lizmap-web-client:3.6

Do not forget to go in your QGIS desktop plugin manager and regularly update all your plugins to their latest version 🤗

Requirements

To be able to run this version of Lizmap Web Client, you need :

  • QGIS Server 3.10 minimum, check the latest monthly bugfix release on the QGIS roadmap
  • Lizmap QGIS Server plugin 1.3.1 minimum
  • QGIS project files targeting at least Lizmap Web Client 3.3 to be displayed

Changelog

Added ⭐

  • Improve the wizard for the repository creation :
    • Better form with auto-completion
    • Some rights are now already checked by default when creating a new repository
  • Add some explanations about the rules and colours in the administration project page
  • Script install/migrate_from_3_5.sh to make it easier to migrate from Lizmap Web Client 3.5

Fixed 🐛

  • Fix no display of table with value relation fields when there is no layer name
  • Fix a bug about a hidden checkbox in a form
  • In a QGIS project, the primary key defined by QGIS desktop for a Postgres layer may not be a field.
  • Add XML header in the GetCapabilities request to avoid a message in the web browser console
  • Change the color if the highlighted selected line in the project table
  • In a WFS request, no PostGIS features were returned if SRSNAME was different from the layer SRID
  • When you click on the zoom to feature button, from the popup or the attribute table tool, the zoom/pan could be broken
  • When you try to select features with a point, no selection were performed
  • In the administration panel, allow to edit the name for the sender email
  • Fix issues in the installer, when installing external modules

Changed ♻

  • Use streamed response to improve performance on the server
  • Update some command line utilities

Translations 🗺

Backend ⛽

  • Update the way to check the validity about :
    • a geometry in a Well Known Text format
    • a proj4 string in tests
  • Fix some issues with PHP 8.2
  • Update OpenLayers to 7.2.2
  • Upgrade Jelix to 1.8.0-rc.4

Tests 🎳

  • Add more tests about End2End integration to avoid regressions

Full changelog between 3.6.1 and 3.6.2: 3.6.1...3.6.2

The Lizmap team 🦎

3.5.11

28 Feb 15:18
9bea8cc
Compare
Choose a tag to compare

Release Lizmap Web Client 3.5.11

Use only the ZIP file provided in this release called lizmap-web-client-3.5.11.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.5.11
  • docker pull 3liz/lizmap-web-client:3.5

Changelog

Important ⚠

Added ⭐

  • Improve the wizard for the repository creation :
    • Better form with auto-completion
    • Some rights are now already checked by default when creating a new repository

Fixed 🐛

  • In a QGIS project, the primary key defined by QGIS desktop for a Postgres layer may not be a field.
  • In a WFS request, no PostGIS features were returned if SRSNAME was different from the layer SRID
  • When you click on the zoom to feature button, from the popup, the zoom/pan could be broken
  • When you try to select features by point, no selection were performed
  • Improve the error message when QGIS server and the Lizmap QGIS server plugin are not installed correctly

Backend ⛽

  • Update the way to check the validity about :
    • a geometry in a Well Known Text format
    • a proj4 string in tests

Translations 🗺

Tests 🎳

  • Add more tests about End2End integration to avoid regressions

Full changelog between 3.5.10 and 3.5.11: 3.5.10...3.5.11

The Lizmap team 🦎

3.5.10

25 Jan 13:18
ce2e084
Compare
Choose a tag to compare

Release Lizmap Web Client 3.5.10

Use only the ZIP file provided in this release called lizmap-web-client-3.5.10.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.5.10
  • docker pull 3liz/lizmap-web-client:3.5

Changelog

Fixed 🐛

  • Fix a bug about a hidden checkbox in a form
  • Add XML header in the GetCapabilities request to avoid a message in the web browser console
  • Fix an error during the upgrade

Backend ⛽

  • Update the minimum Lizmap server plugin to version 1.3.0

Translations 🗺

  • Update translated strings from the Transifex website

Full changelog between 3.5.9 and 3.5.10: 3.5.9...3.5.10

The Lizmap team 🦎

3.6.1

23 Jan 17:18
0602e0f
Compare
Choose a tag to compare

Release Lizmap Web Client 3.6.1

Use only the ZIP file provided in this release called lizmap-web-client-3.6.1.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.6.1
  • docker pull 3liz/lizmap-web-client:3.6

Changelog

Added ⭐

  • Webp and AVIF file formats can be used for the default image of a project. It speeds up first page load by reducing bandwidth
  • New API to fetch the dataviz configuration for a given plot, useful in the QGIS Desktop plugin to have a preview
  • New API to access a lot of metadata from the Lizmap Web Client server such as groups, directories etc. It's useful in the QGIS Desktop plugin as well.
  • A lot of new rights in the administration panel have been added to have a publisher group. It allows you to better distinguish between administrators and QGIS publishers.

Changed ♻

  • Improve the user experience when creating a new repository in the administration interface

Fixed 🐛

  • Projects page: display projects title and buttons at bottom whatever the thumbnail's image size is
  • Improve performance in the dataviz panel to avoid too many requests to the server
  • Change some CSS about the digitizing toolbar
  • No PostGIS features were returned if the map projection was different from the layer projection
  • Form filter - Add a max height with a scroll for the unique values checkboxes container
  • Fix some deployments with Docker, contribution from @u-cav
  • Fix an error about postgresql connection closing when 2 identical pgsql profile are set into profiles.ini.php
  • Fix various internal issues

Backend ⛽

  • Upgrade Jelix to version 1.8.0 to avoid errors
    • during installation
    • if 2 identical pgsql profiles set in profiles.ini.php
  • Bump minimum version Lizmap QGIS server plugin to 1.2.2

Translations 🗺

  • Update translated strings from the Transifex website

Full changelog between 3.6.0 and 3.6.1: 3.6.0...3.6.1

The Lizmap team 🦎

3.5.9

23 Jan 14:49
36a30ac
Compare
Choose a tag to compare

Release Lizmap Web Client 3.5.9

Use only the ZIP file provided in this release called lizmap-web-client-3.5.9.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.5.9
  • docker pull 3liz/lizmap-web-client:3.5

Changelog

Changed ♻

  • Improve the user experience when creating a new repository in the administration interface

Fixed 🐛

  • Projects page: display projects title and buttons at bottom whatever the thumbnail's image size is
  • Improve performance in the dataviz panel to avoid too many requests to the server
  • Change some CSS about the digitizing toolbar
  • No PostGIS features were returned if the map projection was different from the layer projection

Backend ⛽

  • Upgrade Jelix to version 1.6.39 to avoid an exception during installation

Translations 🗺

  • Update translated strings from the Transifex website

Full changelog between 3.5.8 and 3.5.9: 3.5.8...3.5.9

The Lizmap team 🦎

3.6.0

09 Dec 15:27
8e38bd8
Compare
Choose a tag to compare

Release Lizmap Web Client 3.6.0

Use only the ZIP file provided in this release called lizmap-web-client-3.6.0.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.6.0
  • docker pull 3liz/lizmap-web-client:3.6

Changelog

Added ⭐

  • Base maps: New https://opentopomap.org as basemap, it's available in the QGIS desktop plugin
  • Popup: New option in the desktop plugin to allow the download or not of the feature
  • Maps: Use values instead of keys in the layer attribute table and Lizmap form filter tool.
    It works for fields configured with the widgets "Value map", "Value relation", "Relation reference"
    (if the layer which is the source of the field widget content is published in WFS).
  • Maps: take care of filter and popup parameters from the URL when viewing a map
    in order to zoom directly to the defined features and to display popups
  • Maps: When an error appeared during the load of a project, the user interface
    has been improved to show a better message, instead of the unreadable "SERVICE NON DISPONIBLE" error message.
    • Note that an error in a custom Javascript script will raise this new error message as well now
  • Form filter: If the filtered layer is related to other layers with a "one to many" relations, the child
    features of the related layers will also be filtered when the parent layer is filtered with the form
    (cascading filter). The parent filtered layer and the related layers should be added
    in the attribute table tool to activate this behavior.
  • Layer legend: Enable auto display the legend image for a layer at startup
  • Edition: New button to restart drawing geometry - Provide the capability to update geometry with GPS and form coordinates
  • Before opening a QGIS project, Lizmap is now checking that :
    • Lizmap QGIS server plugin is running with a minimum required version
    • QGIS server version is running with at least 3.10
    • These two versions are hardcoded in the source code and updated when a new version of Lizmap is released
  • Lizmap Web Client won't display old CFG file according to the Lizmap Web Client target version defined in QGIS Desktop
    • For this release, the minimum version of the CFG file is set to Lizmap Web Client 3.3 included.
    • These projects will still be visible in the administration panel to let you know that you need to upgrade them
    • Be careful to the combobox selector in the QGIS plugin.
    • The minimum version required will be raised and advertised for each release of a major version of Lizmap Web Client.
  • In the administration panel, server information tab :
    • Display the URL to use in the QGIS desktop plugin
    • Display the version of Py-QGIS-Server if it's used
  • In the administration panel, repository management :
    • New configuration for CORS headers per Lizmap repository
  • In the administration panel, new page showing the list of published projects in a dynamic table :
    • Visible properties: repository, project name, modification date, projection,
      layer count, qgis desktop version, lizmap plugin version, authorized groups
    • The background of some properties are colored based on the values
      to help the admin see what must be corrected:
      • QGIS version:
        • lightyellow if the version is old compared to the QGIS Server (minor version difference > 6)
        • lightcoral if the QGIS desktop version is above the installed QGIS Server version
      • Layer count:
        • lightyellow if above 100,
        • lightcoral if above 200
      • Projection:
        • lightcoral if it is a user defined projection
    • Tooltips have been added to show more information on hover
      • Repository: shows the label
      • Project name: shows the project title and abstract
      • QGIS version, layer count and projection: shows a help message if an issue has been detected
    • The admin user will be able to *sort the projects by clicking on the columns header
      or filter the list by typing the searched value in the top text input.
    • A right sidebar shows the project information when a line is selected: project image, title, abstract.
    • More project properties are shown if the proprietary tool qgis-project-validator has been used to
      generate the expected JSON and LOG files for each project:
      • Invalid layers count and list of layer names with the datasource visible in the tooltip
      • Memory used to load the project (in Mo)
      • Loading time of the project (in seconds)
      • QGIS Log file written when loading the project
  • In the administration panel, new interface to manage rights, easier to use, especially when there are many groups
  • New configuration to set up the Content Security Policy header (CSP)
  • New -dry-run for the cache generation to see how many tiles might be generated

Fixed 🐛

  • Avoid a request to QGIS Server without a MAP parameter when the Lizmap server response is OK
  • Editing - Fix the HTML form widget must use a WYSIWYG editor
  • IP into the logs was not the real IP when a reverse proxy was used
  • Fix an issue when reading a QGIS project with different capitalization in some values in the QGS files :
    allownull in the RelationReference widget for instance
  • Scales displayed according to the base layer which is used, ticket #2978
  • Dataviz: fix fetching WFS data from file
  • QGIS project filename can now have multiple dots and spaces in its name
  • Fix the download of files (layer export, PDF) depending on the web-browser (and its version)
  • Selected theme can be selected again without selecting another one before
  • The style was not updated when the layer has a shortname and was included in a QGIS theme
  • CLI tool about cache : fix an issue about the -bbox parameter out of the tile matrix limit
  • Provide the dataviz button in the left menu only there is at least one non filtered dataviz
  • Javascript error when clicking on an atlas link when no feature ID was found
  • Fix infinite HTTP loop when the user hasn't any access to the default project
  • Fix the attribute table order defined in QGIS desktop
  • Fix the "zoom to layer" button when the layer is in EPSG:4326 (Funded by Geocobet)
  • When a layer has a shortname, fix one issue about dataviz & relations and fix the children popup wasn't displayed
  • Dataviz & relations - Fix possible bug when layer has a shortname

Changed ♻

  • Update to DataTables 1.12.1, jQuery, jQueryUI, CKEditor etc
  • Improve the table in the right's management panel when having a dozen of groups
  • Add tolerance for clicking on mobile to get the popup
  • Do not build the attribute table when refreshing attribute table
  • The option "Use layer IDs" in the project properties is not possible anymore

Backend ⛽

  • Upgrade the Jelix framework to 1.8.x
  • Update PHP CS Fixer to 3.8.0
  • Update to NodeJS 16
  • Fix some issues when deployed with Docker
  • Support from PHP 7.4 to 8.1
  • Lizmap QGIS server plugin has been split in two different plugins : server and desktop.
    • Install only the correct one on your environment
  • Internal PHP code
    • New method in AppContext to get user public groups id
    • Convert QGIS XML Option value based on type attribute
    • Add a revision parameter on assets url for cache
    • Add ETag HTTP header to GetCapabilities, GetProjectConfig, GetProj4 and WMTS GetTile responses
    • New class \Lizmap\Request\OGCResponse

Translations 🗺

  • Update translated strings from Transifex
  • New Norwegian language 🇳🇴

Tests 🎳

  • End2End: Add Lizmap Service requests tests
  • End2End: Update Cypress to 9.5.0
  • Use the new command line docker compose

Funders 🙂

The Lizmap team 🦎

3.5.8

08 Dec 14:05
d43a79c
Compare
Choose a tag to compare

Release Lizmap Web Client 3.5.8

Use only the ZIP file provided in this release called lizmap-web-client-3.5.8.zip
If you are using Docker, images are available on Docker Hub 🐋:

  • docker pull 3liz/lizmap-web-client:3.5.8
  • docker pull 3liz/lizmap-web-client:3.5

Changelog

Fixed 🐛

  • Editing - Fix the HTML form widget must use a WYSIWYG editor
  • IP into the logs was not the real IP when a reverse proxy was used
  • Fix an issue when reading a QGIS project with different capitalization in some values in the QGS files :
    allownull in the RelationReference widget for instance
  • Scales displayed according to the base layer which is used, ticket #2978
  • Fix loading of projects having a space or several dot in their filename
  • Docker: the var/themes content was lost when mounting a volume on this directory
  • Docker: some PHP extensions (PDO) were missing
  • Fix some GetFeatureInfo requests when it is in parent popup
  • Dataviz - Fix wrong display for the horizontal bar charts
  • Overview has to use projection and not QGIS Project projection

Backend ⛽

  • Upgrade Jelix, improve configuration of SMTP with no TLS
  • Fix some issues when deployed with Docker

Tests 🎳

  • Upgrade Cypress to 4.2.0

Full changelog between 3.5.7 and 3.5.8: 3.5.7...3.5.8

The Lizmap team 🦎