Skip to content

Latest commit

 

History

History
310 lines (233 loc) · 9.76 KB

CHANGELOG-3.8.md

File metadata and controls

310 lines (233 loc) · 9.76 KB

Changelog Lizmap 3.8

Unreleased

3.8.1 - 2024-09-18

Funders

  • Valabre
  • Villefranche Agglomération

Fixed

  • Permalink: checked groups are not respected when hash is applied
  • Get correct connection object for fields quoting : PostgreSQL, SQLite
  • Cache : Lookup layer by any name for client and server sides, contribution from @ppetru
  • Shifted geometry during editing
  • Target _blank disappeared on hyperlinks in popups
  • In the Javascript digitizing measure, provide a map projection
  • Fix issues on datetime pickers and localization
  • Remove unwanted web assets from local configuration
  • lizMap.getFeaturePopupContentByFeatureIntersection according to the choosing scale

Changed

  • Use OpenLayers10 map instead of OpenLayers2 for Lizmap Actions

Backend

  • Update Playwright to 1.46.0
  • Some updates on PHPUnit 10

3.8.0 - 2024-09-02

Added

  • Load layers as a single WMS layer, contribution from @mind84
  • Improve snapping functionalities, contribution from @mind84
  • New management of the N to M relations data editor, contribution from @mind84
  • Display features at startup when set in URL
  • Improvement on the landing page HTML content (logged and not logged user)
  • Initialization of group checkboxes based on Lizmap configuration, from @mind84
  • Web component lizmap-features-table to display a compact list of features
  • Digitizing
    • JS Digitizing: Add erase all
    • JS Digitizing component: measure attribute
  • Review of the tooltip feature using the new version of the plugin
  • Popup: FeatureToolbar in compact table
  • New JavaScript API to load external layer straight in the legend tree and in the map
  • Option to disable the automatic permalink in the URL

Changed

  • Enable popup when digitizing is disabled
  • UI: Double-clicking on a group in the legend is now propagated to child items

Fixed

  • Handle baselayers visibility in theme
  • Popup was not shown in the Atlas container
  • Let min/max resolutions be handled by OpenLayers for WMTS
  • Drawing tool : keep draw visible when closing minidock
  • Dataviz in popup generate two feature toolbar in parent popup
  • Apply min and max resolutions to base layers removed by single WMS Layer
  • More fixes about XSS
  • Tooltip :
    • Don't show tooltip tool when device has coarse pointer
    • Remove legacy code
    • Handle linestring layers
  • Fix loading GIF about Lizmap being transformed about color
  • Refresh the layer after editing when using the "single WMS tile mode"
  • Fix feature filtering when PK is of type string, contribution from @maxencelaurent
  • Popup: respect popupMaxFeatures parameter
  • Fix cross-site scripting issue with the theme parameter
  • Use proper OpenLayers class for layers issued by Google Maps, contribution from @mind84
  • Refresh data button when new OL9 map moves
  • Avoid zoom to initial extent on window resize
  • Group as layer
    • checked by theme
    • Layer group not automatically active despite corresponding setting
  • Dataviz
    • Fix JavaScript when dataviz is not available
  • Digitizing :
    • Fixing measure not removed from selection to draw
  • Lizmap search: order first by similarity then by item_label
  • Zoom to feature when limitDataToBbox is true
  • Fixing tiles resolutions
    • Geoplateforme WMTS layers have 19 zoom levels
    • Fix JavaScript XYZ Grid Tile
  • Permalink :
    • If geobookmark is the same as the hash there is no hash change event. In this case we run permalink
    • Fix permalink after location change

Backend

  • JavaScript
    • Review ESLint configuration
    • New lizmap-message JS component
    • Some JavaScript and PHP refactoring, code cleaning
    • Update OpenLayers to version 10
    • Improve migration to OpenLayers 10
      • OL 9 map on top now
      • Popup
      • Locate by layer highlight
  • Fire treecreated event at proper time, contribution from @mind84
  • Fix JS externalLayer: default OpenLayers icon and events
  • Popup: remove remaining OL2 dependencies
  • Expose more OpenLayers 10 classes
  • Expose some Lit HTML classes
  • Update dompurify to 3.1.6
  • Update proj4 to 2.11.0
  • Update to Jelix 1.8.11-rc.2

Translations

Funders

3.8.0-rc.4 - 2024-08-19

Funders

Added

  • Initialization of group checkboxes based on Lizmap configuration, from @mind84
  • Web component lizmap-features-table to display a compact list of features

Changed

  • Enable popup when digitizing is disabled

Fixed

  • Fix project properties when the WMS extent is empty
  • Fix Projects switcher in maps

Backend

  • Fire treecreated event at proper time, contribution from @mind84
  • Fix JS externalLayer: default OpenLayers icon and events
  • JS: mainLizmap.center has to be provided by map state
  • Fix package map-projects.js
  • Update dompurify to 3.1.6
  • Update OpenLayers to 10 and proj4 to 2.11.0
  • Upgrade to Jelix 1.8.11-rc.2

3.8.0-rc.3 - 2024-07-19

Funders

Added

  • Digitizing
    • JS Digitizing: Add erase all
    • JS Digitizing component: measure attribute

Fixed

  • Refresh data button when new OL9 map moves
  • Avoid zoom to initial extent on window resize
  • Group as layer
    • checked by theme
    • Layer group not automatically active despite corresponding setting
  • Dataviz
    • Fix JavaScript when dataviz is not available
  • Digitizing :
    • Fixing measure not removed from selection to draw
  • Lizmap search: order first by similarity then by item_label
  • Zoom to feature when limitDataToBbox is true
  • Fixing tiles resolutions
    • Geoplateforme WMTS layers have 19 zoom levels
    • Fix JavaScript XYZ Grid Tile
  • Permalink :
    • If geobookmark is the same as the hash there is no hash change event. In this case we run permalink
    • Fix permalink after location change

Tests

  • Upgrade to Jelix 1.8.11-rc.2
  • Improve End2End automatic tests

3.8.0-rc.2 - 2024-07-08

Funders

  • Faunalia, contributions on source code from @mind84

Added

  • Option to disable the automatic permalink in the URL

Changed

  • UI: Double-clicking on a group in the legend is now propagated to child items
  • Admin - Add legend about warning icon in project table
  • Admin - Display the list of warning ID in the admin panel, in the tooltip

Fixed

  • Fix feature filtering when PK is of type string, contribution from @maxencelaurent
  • Popup: respect popupMaxFeatures parameter
  • Fix cross-site scripting issue with the theme parameter
  • Use proper OpenLayers class for layers issued by Google Maps, contribution from @mind84

Removed

  • Remove unused button zoom to layer extent

Backend

  • Popup: remove remaining OL2 dependencies
  • Expose more OpenLayers 9 classes
  • Expose some Lit HTML classes

3.8.0-rc.1 - 2024-06-06

Added

  • New JavaScript API to load external layer straight in the legend tree and in the map
  • Popup: FeatureToolbar in compact table
  • Review of the tooltip feature using the new version of the plugin

Removed

  • Zoom history
  • Unused button about the layer extent

Fixed

  • Handle baselayers visibility in theme
  • Popup was not shown in the Atlas container
  • Let min/max resolutions be handled by OpenLayers for WMTS
  • Drawing tool : keep draw visible when closing minidock
  • Dataviz in popup generate two feature toolbar in parent popup
  • Apply min and max resolutions to base layers removed by single WMS Layer
  • More fixes about XSS
  • Tooltip :
    • Don't show tooltip tool when device has coarse pointer
    • Remove legacy code
    • Handle linestring layers
  • Fix loading GIF about Lizmap being transformed about color
  • Refresh the layer after editing when using the "single WMS tile mode"

Backend

  • New lizmap-message component
  • Defer JavaScript scripts loading
  • Refactoring of Web Components, about OpenLayers
  • Review the way to load JavaScript
  • Review ESLint configuration
  • Upgrade Jelix to 1.8.9
  • Upgrade OpenLayers to 9.2.3

3.8.0-alpha.1 - 2024-03-21

Added

  • Load layers as a single WMS layer, contribution from @mind84
  • Improve snapping functionalities, contribution from @mind84
  • New management of the N to M relations data editor, contribution from @mind84
  • Display features at startup when set in URL
  • Improvement on the landing page HTML content (logged and not logged user)

Removed

  • Buttons about zoom history

Backend

  • Some JavaScript and PHP refactoring, code cleaning
  • Update OpenLayers to version 9
  • Improve migration to OpenLayers 9
    • OL 9 map on top now
    • Popup
    • Locate by layer highlight

Translations

Funders