Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.13 KB

CHANGELOG-3.9.md

File metadata and controls

58 lines (46 loc) · 2.13 KB

Changelog Lizmap 3.9

Unreleased

Funders

Important

  • PHP 8.1 minimum is required

Added

  • Editing
    • Make sure the dock with the form is visible before opening the cancellation confirmation dialog
  • Drawing :
    • Circular geometry measurement on draw, contribution from @mind84
    • Add button to rotate geometries
    • Add split tool. Switch to editing and select split features
  • lizmap-features-table, optionally :
    • Show the currently highlighted feature geometry in the map with data-show-highlighted-feature-geometry="true"
    • Centre the map to this geometry with data-center-to-highlighted-feature-geometry="true"
    • Improve the logic of the opening
  • Import and export drawings as FlatGeobuf
  • Form filter: filter autocomplete list based on previous applied filters
  • Be able to set a maximum zoom for points, lines or polygons when zooming
  • New import Shapefile into the drawing toolbox
  • JS External OpenLayers Layer: defined custom title
  • Adding Open Layers format for reading WFS capabilities data
  • Support for X-Request-Id

Changed

  • Activate the "Locate by layer" by default
  • Changed HTML layout due to migration to Bootstrap 5

Backend

  • Only use Guzzle to send requests from PHP
  • Parsing QGIS Project with PHP XMLReader instead of DOM
  • Expose more OpenLayers and lit classes
  • Reduce mainLizmap dependencies in all JavaScript code
  • Raise PHP to version 8.1
  • Dataviz with PlotlyJS
    • Update to v2.35.2
    • Use a custom build to reduce file size